Skip to content

Commit afcae54

Browse files
frankfoersterAkryum
authored andcommitted
fix(compatibility): keep case sensitivity intact when minifying html template #123 (#124)
1 parent 88704a6 commit afcae54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webpack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ exports.chainWebpack = (webpackConfig) => {
4545
if (isProd) {
4646
webpackConfig.plugin('html').tap(args => {
4747
args[0].minify.removeComments = false
48+
args[0].minify.caseSensitive = true
4849
return args
4950
})
5051
}

0 commit comments

Comments
 (0)