Tweaking ExtractTextPlugin config
This commit is contained in:
+4
-1
@@ -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
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user