Skip to content

Commit 094c932

Browse files
authored
docs: update webpack configuration for compression example (#3883)
1 parent db24b16 commit 094c932

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/compression/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ const { setup } = require("../util");
77
module.exports = setup({
88
context: __dirname,
99
entry: "./app.js",
10+
devServer: {
11+
compress: true,
12+
},
1013
});

0 commit comments

Comments
 (0)