Webpack 4 support
See original GitHub issueHello!
Thank you for this great tool!
However, it looks like it’s not compatible with the latest webpack. When I’m trying to analyze the generated stats.json
file, I’m getting the following error:
Error: Invalid webpack stats object. (Errors: Expecting Array<(({ chunks: Array<(string | number | null)>, identifier: string, size: number } & { name: string } & { source: string }) | ({ chunks: Array<(string | number | null)>, identifier: string, size: number } & { name: string }) | RWebpackStatsModuleModules)> at modules but instead got: undefined.)
at Promise.resolve.then (./node_modules/inspectpack/lib/actions/base.js:100:23)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
To v5 from v4 - webpack
This guide aims to help you migrating to webpack 5 when using webpack directly ... it's recommended to update to the latest version...
Read more >Upgrading Webpack 4 → 5 | Square Corner Blog
However, it only supported up to Webpack 4 and the project had been deprecated with no alternative recommendations.
Read more >Webpack - npm
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support ...
Read more >Webpack 4.0 Release: What's New? - Auth0
For this reason, Webpack 4 now supports WebAssembly out of the box. In Webpack 4, you can import and export any local WebAssembly...
Read more >Webpack 4 | Mobify DevCenter
Upgrading to webpack 4 can significantly improve a project's build time. ... Supported browser list is provided within package.json. - autoprefixer().
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yay! It is!
Thanks again 😃
I’ve created an issue with Webpack: https://github.com/webpack/webpack/issues/9392