We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b553d8 commit 28becf5Copy full SHA for 28becf5
webpack.config.min.js
@@ -15,7 +15,7 @@ module.exports = {
15
},
16
module: {
17
loaders: [
18
- { test: /\.html$/, loader: 'mustache' },
+ { test: /\.html$/, loader: 'mustache?noShortcut' },
19
{ test: /\.css$/, loaders: ['style?singleton', 'css?minimize', 'autoprefixer'] },
20
{ test: /\.scss$/, loaders: ['style?singleton', 'css?minimize', 'autoprefixer', 'sass'] },
21
{ test: /\.svg$/, loader: 'svg-inline' }
0 commit comments