Prevent html-minifier to remove placeholder comment in index.html template
このコミットが含まれているのは:
コミット
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
|
||||
},
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする