You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newBundleAnalyzerPlugin({analyzerMode: 'disabled',generateStatsFile: true,// Excludes module sources from stats file so there won't be any sensitive datastatsOptions: {source: false}})
Issue description
webpack-bundle-analyzer can't parse bundles built with
output.libraryTarget: this
(andoutput.library
to its library name).Technical info
Debug info
Module is being used as plugin.
Plugin was provided no options.
Other plugins:
stats.json
file created with following options:stats.json.txt
webpack.config.ts.txt
The text was updated successfully, but these errors were encountered: