This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Error generating source map with react-components preset #578
Comments
I can replicate this. |
Adding source-map-support doesn't seem to fix this either. |
Here's the output of
|
Possibly relevant webpack issue, but it appears to be resolved, and I seem to have the correct version with these fixes installed: |
Issue is here: webpack-contrib/babel-minify-webpack-plugin#68 I can confirm that reverting to v0.0.0 of this plugin makes the issue go away. |
Preparing hotfix. |
This should now be fixed in master. Unfortunately I made a little bit of a mess in master trying to make it happen, so I apologize for that. The good news is that source maps should now at least be functional again across all middleware. ❤️ everyone, thanks for the patience. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Creating this simple react component:
package.json:
src/components/test-component.jsx:
I get this error when I run
yarn build
:The text was updated successfully, but these errors were encountered: