Tweaking ExtractTextPlugin config
This commit is contained in:
parent
d2651c585f
commit
c7aca59afc
@ -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
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user