We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294cf5 commit 9c70158Copy full SHA for 9c70158
webpack.config.js
@@ -66,7 +66,7 @@ function makeConfig(options) {
66
hotUpdateChunkFilename: "updates/[hash].[id].update.js"
67
},
68
plugins: [
69
- new webpack.IgnorePlugin(/spec\.js$/),
+ new webpack.IgnorePlugin(/spec\.[tj]s$/),
70
// new webpack.optimize.CommonsChunkPlugin('core.js'),
71
new webpack.optimize.CommonsChunkPlugin({ name: 'vendor', filename: 'vendor.js', minChunks: Infinity }),
72
new webpack.optimize.CommonsChunkPlugin({ name: 'common', filename: 'common.js', minChunks: 2, chunks: ['app', 'vendor'] }),
0 commit comments