I had a problem,parsed size biger than stat size, stat size is not output file real size,what's the reason
use this module as plugin:
webpackConfig.plugins.push(new BundleAnalyzerPlugin({
generateStatsFile: true
}));
What other Webpack plugins were used?
plugins: [
new HtmlWebpackPlugin({}),
new WebpackSpritesmith({])
]


it's ok
the reason is webpack.config.js : devtool:“cheap-module-eval-source-map”
Most helpful comment
the reason is webpack.config.js : devtool:“cheap-module-eval-source-map”