Skip to content

Commit 28becf5

Browse files
committed
fixed minified build in webpack
1 parent 6b553d8 commit 28becf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
},
1616
module: {
1717
loaders: [
18-
{ test: /\.html$/, loader: 'mustache' },
18+
{ test: /\.html$/, loader: 'mustache?noShortcut' },
1919
{ test: /\.css$/, loaders: ['style?singleton', 'css?minimize', 'autoprefixer'] },
2020
{ test: /\.scss$/, loaders: ['style?singleton', 'css?minimize', 'autoprefixer', 'sass'] },
2121
{ test: /\.svg$/, loader: 'svg-inline' }

0 commit comments

Comments
 (0)