We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Sorry for reporting another bug, it seems using build: { gzip: true } causes building to fail.
build: { gzip: true }
Codepen/jsFiddle/Codesandbox (required) Fork a Codepen (https://codepen.quasar.dev) or a jsFiddle (https://jsfiddle.quasar.dev) or a Codesandbox (https://codesandbox.quasar.dev) and hit save then copy-paste link here.
To Reproduce Steps to reproduce the behavior:
gzip
quasar.conf.js
$ quasar build
Expected behavior Generating correct gzip files.
Screenshots
Platform (please complete the following information): OS: Linux Node: v15.2.1 NPM: 6.14.8 Yarn: N/A Browsers: Chrome, FireFox iOS: Android: 10 Electron:
v15.2.1
6.14.8
Additional context Downgrading to v2.1.6 fixes the issue.
The text was updated successfully, but these errors were encountered:
Fixed in "@quasar/app" v2.1.8. Thanks for reporting. It was a problem with compression-webpack-plugin. Temporarily reverted to its old version.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Sorry for reporting another bug, it seems using
build: { gzip: true }
causes building to fail.Codepen/jsFiddle/Codesandbox (required)
Fork a Codepen (https://codepen.quasar.dev) or a jsFiddle (https://jsfiddle.quasar.dev) or a Codesandbox (https://codesandbox.quasar.dev) and hit save then copy-paste link here.
To Reproduce
Steps to reproduce the behavior:
gzip
inquasar.conf.js
$ quasar build
Expected behavior
Generating correct gzip files.
Screenshots
Platform (please complete the following information):
OS: Linux
Node:
v15.2.1
NPM:
6.14.8
Yarn: N/A
Browsers: Chrome, FireFox
iOS:
Android: 10
Electron:
Additional context
Downgrading to v2.1.6 fixes the issue.
The text was updated successfully, but these errors were encountered: