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

The created gzip files in unexpected directory #199

Closed
kooriookami opened this issue Sep 16, 2020 · 0 comments · Fixed by #200
Closed

The created gzip files in unexpected directory #199

kooriookami opened this issue Sep 16, 2020 · 0 comments · Fixed by #200

Comments

@kooriookami
Copy link

  • Operating System:
  • Node Version:
  • NPM Version:
  • webpack Version:
  • compression-webpack-plugin Version: 6.0.0

Expected Behavior

Every gzip files should in correct directories.

Actual Behavior

The created gzip files are in unexpected directory. The version 5.x has no mistake.
image

Code

          new CompressionPlugin({
                test: /\.(js|css)$/,
                threshold: 10240, 
                deleteOriginalAssets: false
            }),

How Do We Reproduce?

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

Successfully merging a pull request may close this issue.

1 participant