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 28236c2 commit 4ac86e5Copy full SHA for 4ac86e5
README.md
@@ -62,9 +62,9 @@ Preact-CLI have a flag `--brotli` which automatically generates brotli compresse
62
> For more info please check this blog post https://medium.com/@prateekbh/using-brotli-with-preact-cli-3-ca03125b1e2b
63
64
```js
65
- export default function(config) {
+ export default function(config, env) {
66
netlifyPlugin(config, {
67
- brotli: true
+ brotli: env.brotli
68
});
69
}
70
```
0 commit comments