You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newwebpack.ProvidePlugin({$: 'jquery',jQuery: 'jquery'}),// Maps these identifiers to the jQuery package (because Bootstrap expects it to be a global variable)
47
-
newwebpack.optimize.OccurenceOrderPlugin(),
44
+
newwebpack.ContextReplacementPlugin(/\@angular\b.*\b(bundles|linker)/,path.join(__dirname,'./ClientApp')),// Workaround for https://github.com/angular/angular/issues/11580
45
+
newwebpack.IgnorePlugin(/^vertx$/),// Workaround for https://github.com/stefanpenner/es6-promise/issues/100
46
+
newwebpack.NormalModuleReplacementPlugin(/\/iconv-loader$/,require.resolve('node-noop')),// Workaround for https://github.com/andris9/encoding/issues/16
0 commit comments