Skip to content

Commit

Permalink
config fix: do not minimize demo html
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Oct 23, 2020
1 parent 7d15664 commit 4abaec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.demo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin({
hash: false,
minify: false,
filename: 'index.html',
title: 'react-blurhash demo',
}),
Expand Down

0 comments on commit 4abaec2

Please sign in to comment.