Skip to content
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

Breaks browserify debug #37

Closed
Akaprog opened this issue Jun 27, 2016 · 3 comments
Closed

Breaks browserify debug #37

Akaprog opened this issue Jun 27, 2016 · 3 comments

Comments

@Akaprog
Copy link

Akaprog commented Jun 27, 2016

When running in babelify with browserify debug option set to true it leads to error in generating source map.

@loganfsmyth
Copy link
Owner

I'll need some example code to reproduce the issue.

@Akaprog
Copy link
Author

Akaprog commented Jun 27, 2016

I'll try to localize issue, for now for live project only solution was to disable debug in browserify. I believe that any usage of plugin+decorators will lead to this problem.

browserify (browserify_config).transform(babelify,{plugins:["transform-decorators-legacy"],presets: ["es2015","stage-0", "react"]})

@loganfsmyth
Copy link
Owner

Closing due to inactivity, if you get an example I'd be happy to look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants