Skip to content

Commit

Permalink
docs: update webpack configuration for compression example (#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 25, 2021
1 parent db24b16 commit 094c932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/compression/webpack.config.js
Expand Up @@ -7,4 +7,7 @@ const { setup } = require("../util");
module.exports = setup({
context: __dirname,
entry: "./app.js",
devServer: {
compress: true,
},
});

0 comments on commit 094c932

Please sign in to comment.