jakoblind/webpack-optimize-helper

Namespaced node module lumped together

pierceray opened this issue · 0 comments

It appears that namespaced modules are being lumped together in the output. We use an @rmn namespace for a lot of internal node modules. Some of which use ESM and others do not. The output of the webpack-optimize-helper is just @rmn without differentiation between the actual node modules. It appears that the same type of output is given for all namespaced node modules. e.g. @sentry, @optimizely, @babel

Including a zip of our stats.json
stats-browser.json.zip