Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Error: request entity too large #38

Open
a-axton opened this issue Jun 30, 2020 · 1 comment
Open

Error: request entity too large #38

a-axton opened this issue Jun 30, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@a-axton
Copy link

a-axton commented Jun 30, 2020

I just added production source maps to our webpack build and started getting an error that the request entity is too large. I noticed that this lib is sending every file that webpack processes to the server. I'm guessing that the source map files are being sent over too which causes this error to occur.

I'm not sure how other people are using this lib but I really only care about the files that have budgets and I don't really need info on the other files.

Maybe there could be some sort of filter or ignore list that we could specify in the plugin options. Something like

new BundleAnalyzerPlugin({
   token: '<repository-token>',
   ignore: ['*.js.map', '*.{jpg,png}']
})
@gregberge
Copy link
Member

Hello, I actually don't have time to maintain this project, I am looking for maintainers.

@gregberge gregberge added the bug Something isn't working label Jul 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants