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 be0a202 commit d4ec33eCopy full SHA for d4ec33e
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