-
-
Notifications
You must be signed in to change notification settings - Fork 40
CLI removes tns_modules in platforms #5
Comments
We can consider removing all .js files in tns_modules thus leaving just the resources that may be referred to from the javascript during runtime, and also leave |
An alternative solution to this problem would be to provide webpack loaders for known resource types, so that those get bundled as well. What's the specific case here? Do we have a sample app that needs to reference something from |
I am running into what I believe is a similar issue. When I run the app without the bundle it works just fine. After adding webpack and running the app, I get the following error:
P.S: I am not using angular2 |
I have same either i got error on |
I believe it's the same error since I saw the same application error that you mentioned as well. I did a |
This should be resolved with [email protected] and [email protected] |
Thanks @hdeshev I'll give it a try |
After the prepare-hook is executed the tns_modules folder is completely wiped from
platforms/../src/main/assets/app
where non-js files, xmls, and image resources may reside.@blagoev @jasssonpet
The text was updated successfully, but these errors were encountered: