-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack.NamedChunksPlugin breaks parsing #67
Comments
Hmm interesting. Would you be able to provide a |
Instructions for generating a It would be nice to also attach webpack stats file. new BundleAnalyzerPlugin({
analyzerMode: 'disabled',
generateStatsFile: true,
// Excludes module sources from stats file so there won't be any sensitive data
statsOptions: { source: false }
})`
Zip the contents of your bundle directory and upload them here so we have all the pieces necessary for debugging this :) |
I couldn't upload a zip (We don't support that file type.) so I have uploaded it to wetransfer. |
@valscion FYI I'm still seeing this issue after updating to 2.4.1
Following up with a dump (it's a big build)... |
When using the webpack.NamedChunksPlugin the bundle can't be parsed anymore by the analyzer.
Couldn't parse bundle asset "dist\version\1493729489528\js\app.js".
If I disable the plugin everything works like a charm.
Attached a bundle that can't be parsed.
app.txt
The text was updated successfully, but these errors were encountered: