mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Config webpack css hash in production
This commit is contained in:
parent
cd5977cd5f
commit
971bfe29f8
3 changed files with 9 additions and 3 deletions
|
@ -15,7 +15,6 @@ module.exports = {
|
|||
"moment": "moment",
|
||||
"Handlebars": "handlebars"
|
||||
}),
|
||||
new ExtractTextPlugin("[name].css"),
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
names: ["cover", "index", "pretty", "slide", "vendor"],
|
||||
children: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue