Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

The tns-java-classes.js shouldn't be bundled on iOS #7

Closed
jasssonpet opened this issue Jul 13, 2016 · 2 comments
Closed

The tns-java-classes.js shouldn't be bundled on iOS #7

jasssonpet opened this issue Jul 13, 2016 · 2 comments

Comments

@jasssonpet
Copy link

It is specific for the Android platform now.

@hdeshev
Copy link
Contributor

hdeshev commented Jul 25, 2016

It isn't bundled. It gets configured as a chunk and a separate entry point only if you are building for android.

Now, tns-java-classes.js will get copied to the device since it's stored in the app root. The current --bundle behavior will delete just tns_modules and preserve the rest of the files.

@hdeshev
Copy link
Contributor

hdeshev commented Jul 25, 2016

Closing in favor of #13

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

No branches or pull requests

2 participants