Webpack-bundle-analyzer: parsed size biger than stat size, stat size is not output file real size

Created on 29 Nov 2018  ·  2Comments  ·  Source: webpack-contrib/webpack-bundle-analyzer

Issue description

I had a problem,parsed size biger than stat size, stat size is not output file real size,what's the reason

Technical info

  • Webpack Bundle Analyzer version: 2.2.1
  • Webpack version: 3.6.0
  • Node.js version: 11.1.0
  • npm version: 6.4.1
  • OS: 10.14

Debug info

use this module as plugin:
webpackConfig.plugins.push(new BundleAnalyzerPlugin({
generateStatsFile: true
}));

What other Webpack plugins were used?
plugins: [
new HtmlWebpackPlugin({}),
new WebpackSpritesmith({])
]

60728305-05dc-4498-90be-37cea076a814

Most helpful comment

the reason is webpack.config.js : devtool:“cheap-module-eval-source-map”

All 2 comments

by29 48x74qmf plav 3 2x
it's ok

the reason is webpack.config.js : devtool:“cheap-module-eval-source-map”

Was this page helpful?
0 / 5 - 0 ratings