Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Improve the injection process (source maps) #78

Open
markfinger opened this issue Mar 23, 2016 · 2 comments
Open

Improve the injection process (source maps) #78

markfinger opened this issue Mar 23, 2016 · 2 comments

Comments

@markfinger
Copy link
Owner

Currently we either inject elements pointing to assets or eval them with inline source maps. Might want to consider merging and streaming down JS/JSON assets with offsets.

Ref: https://github.com/facebook/react-native/blob/ea882b6f161409ff439b93dfa146431944a42d9d/packager/react-packager/src/Bundler/Bundle.js#L199-L232

@markfinger
Copy link
Owner Author

Incidentally, babel's added source map support for something approaching bundling: https://github.com/babel/babel/pull/3323/files

Probably not of relevance, but it's worth being aware of.

@markfinger markfinger changed the title Improve the injection process Improve the injection process (source maps) May 30, 2016
@markfinger
Copy link
Owner Author

#111 is another possible solution

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

No branches or pull requests

1 participant