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

Create sourcemaps for the build #334

Closed
zpao opened this issue Sep 10, 2013 · 1 comment
Closed

Create sourcemaps for the build #334

zpao opened this issue Sep 10, 2013 · 1 comment

Comments

@zpao
Copy link
Member

zpao commented Sep 10, 2013

Browserify sort of allows you to do this, but it puts them inline in the same file, which is far from ideal. We should consider working with the browserify team and make it possible to build the map outside of the bundle or do something else (might be able to extract sourcemap out, might have to stop using browserify)

@andreypopp
Copy link
Contributor

https://github.com/thlorenz/mold-source-map can be used to extract source maps from a bundle
and related browserify issue — browserify/browserify#339

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

No branches or pull requests

3 participants