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

[Packager] Refactor packager (separate preprocessor step) #1470

Closed
jtremback opened this issue May 31, 2015 · 1 comment
Closed

[Packager] Refactor packager (separate preprocessor step) #1470

jtremback opened this issue May 31, 2015 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jtremback
Copy link
Contributor

Maybe I'm messing something up, but I have not been able to get the packager to work with es6 modules, or anything requiring the Babel runtime. From digging around in the packager a little more, I believe this has to do with the fact that it runs the transform on each file individually.

I am able to this stuff working by running Babel on my files myself before they reach the packager, but it seems messy to preprocess it twice.

@jtremback jtremback changed the title [Packager] Refactor packager [Packager] Refactor packager (separate preprocessor step) May 31, 2015
@jtremback
Copy link
Contributor Author

I need to investigate this further, will submit a PR if I pursue it.

@facebook facebook locked as resolved and limited conversation to collaborators May 31, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants