-
-
Notifications
You must be signed in to change notification settings - Fork 68
Source Maps Not Generated #18
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
Comments
Facing the same issue. Source map is not correct. |
I've met another related issue: with the combination of
Which seems that expose-loader was trying to parse source maps but failed. My workaround is to switch the order of loaders: ['babel?presets[]=es2015&presets[]=react&presets[]=stage-0', 'expose?xxx'] The generated source map is still not right (just like the one @victormoukhortov pasted), but at least the compilation succeeds. |
Hi, team, Sorry for pushing but any progress on this ticket? Thanks. |
@evisong no. Please try to create a PR if you really want this. |
It seems as though source maps for my exposed file don't get generated properly:
The generated source map looks like this (using cheap-module-eval-source-map), which does not match the contents of
index.js
The text was updated successfully, but these errors were encountered: