Prevent html-minifier to remove placeholder comment in index.html template

merge-requests/458/head
raeno 6 years ago
parent 107596339c
commit c5042c07ef

@ -58,7 +58,8 @@ var webpackConfig = merge(baseWebpackConfig, {
minify: {
removeComments: true,
collapseWhitespace: true,
removeAttributeQuotes: true
removeAttributeQuotes: true,
ignoreCustomComments: [/server-generated-meta/]
// more options:
// https://github.com/kangax/html-minifier#options-quick-reference
},

Loading…
Cancel
Save