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.
options.names
option.name
CommonsChunkPlugin
1 parent 50134bb commit 94b21d4Copy full SHA for 94b21d4
test/helpers/compiler.js
@@ -30,7 +30,7 @@ const modules = (config) => {
30
31
const plugins = config => ([
32
new webpack.optimize.CommonsChunkPlugin({
33
- name: ['runtime'],
+ names: ['runtime'],
34
minChunks: Infinity,
35
}),
36
].concat(config.plugins || []));
0 commit comments