Closed eamodio closed 1 year ago
Ah I see you have
output: {
chunkFilename: 'feature-[name].js',
filename: '[name].js',
libraryTarget: 'module',
path: path.join(__dirname, 'dist', 'webviews'),
publicPath: '#{root}/dist/webviews/',
},
experiments: {
outputModule: true,
},
in your webpack config, so this issue might be a duplicate of https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/427
Issue description
When using the analyzer to generate a report, some of my entry points work, but others report the following errors:
What other Webpack plugins were used? Many: My
webpack.config.js
can be found here: https://github.com/gitkraken/vscode-gitlens/blob/daa99a8c6d0557990ec6035f388c0f3458ac35db/webpack.config.jsstats.zip