We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f337b3e commit c600df4Copy full SHA for c600df4
README.md
@@ -92,7 +92,7 @@ or specify the `minimize` query in your `webpack.conf.js`
92
module: {
93
loaders: [{
94
test: /\.html$/,
95
- loader: 'html',
+ loader: 'html-loader',
96
query: {
97
minimize: true
98
}
0 commit comments