Skip to content

Commit

Permalink
chore: update readme, html -> html-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
AvraamMavridis authored and joshwiens committed Jul 26, 2017
1 parent be0a202 commit d4ec33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ or specify the `minimize` query in your `webpack.conf.js`
module: {
loaders: [{
test: /\.html$/,
loader: 'html',
loader: 'html-loader',
query: {
minimize: true
}
Expand Down

0 comments on commit d4ec33e

Please sign in to comment.