Skip to content
New issue

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

@quasar/app v2.1.7 - generates empty .gz files when gzip is enabled #8064

Closed
francoism90 opened this issue Nov 18, 2020 · 1 comment
Closed

Comments

@francoism90
Copy link
Contributor

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:

  1. Upgrade to v2.1.7
  2. Enable gzip in quasar.conf.js
  3. $ quasar build
  4. See error

Expected behavior
Generating correct gzip files.

Screenshots
image

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.

@rstoenescu
Copy link
Member

Fixed in "@quasar/app" v2.1.8. Thanks for reporting.
It was a problem with compression-webpack-plugin. Temporarily reverted to its old version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants