diff --git a/webpack.common.js b/webpack.common.js index a263857..5259876 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -83,7 +83,10 @@ module.exports = { } } }), - new ExtractTextPlugin('css/[name].[contenthash:8].css'), + new ExtractTextPlugin({ + filename: 'css/[name].[contenthash:8].css', + allChunks: true + }), new CopyPlugin(['./public']), ...pagePlugins ],