Open
Description
Issue description
Migrate on built-in webpack logger API https://webpack.js.org/api/logging/
Technical info
- Webpack Bundle Analyzer version: latest
- Webpack version: any
- Node.js version: any
- npm/yarn version: any
- OS: any
Debug info
Allow to filter and configure logger options from configuration(s) + allow to collect logs from stats
What other Webpack plugins were used?
Irrelevant
Activity
valscion commentedon Jun 10, 2020
This would make
webpack-bundle-analyzer
only compatible with webpack v4.39.0 and forwards. Right now we're compatible with even webpack v3 if I remember correctly, so this would be a major version bump.alexander-akait commentedon Jun 10, 2020
We can't avoid breaking change using:
valscion commentedon Jun 10, 2020
Ah cool idea! That would be a possible idea.
jamesgeorge007 commentedon Jun 17, 2020
I would love to give it a shot 🙌