You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
The current --bundle behavior will prevent tns_modules from being created on the device assuming all imported code will get bundled anyway. There is more code that doesn't need to get copied to the device though:
application modules stored outside tns_modules
UI templates (xml/html, etc)
other files: I should be able to configure my own CSS/image/etc loader that will bundle files of type X in my app, and have a way to avoid copying unbundled files to the device.
The text was updated successfully, but these errors were encountered:
The current
--bundle
behavior will preventtns_modules
from being created on the device assuming all imported code will get bundled anyway. There is more code that doesn't need to get copied to the device though:tns_modules
The text was updated successfully, but these errors were encountered: