newwebpack.ProvidePlugin({$:"jquery",jQuery:"jquery",Hammer:"hammerjs/hammer"}),// Global identifiers
newwebpack.ContextReplacementPlugin(/\@angular(\\|\/)core(\\|\/)esm5/,path.join(__dirname,'./client')),// Workaround for https://github.com/angular/angular/issues/20357
newwebpack.ContextReplacementPlugin(/\@angular\b.*\b(bundles|linker)/,path.join(__dirname,"./ClientApp")),// Workaround for https://github.com/angular/angular/issues/11580
newwebpack.ContextReplacementPlugin(/angular(\\|\/)core(\\|\/)@angular/,path.join(__dirname,"./ClientApp")),// Workaround for https://github.com/angular/angular/issues/14898