-
-
Notifications
You must be signed in to change notification settings - Fork 40
Bundling fails on version 0.9.0 #386
Comments
For the aot issue, can i see your |
I was trying to upgrade my development setup. I undid my changes because I was getting these errors. I don't have the tsconfig.json from that time now and I don't remember if I excluded .aot.ts files. I will notify you when I check it. |
@jogboms Yes, It seems that .aot.ts file was excluded. That one is fixed but still I get error related to timedatepicker. If I remove timedatepicker references from my code bundling works. |
It seems that this problem is related timedatepicker plugin. @souly1 prepared a solution for this issue: AntonioCuevaUrraco/nativescript-timedatepicker#41 Anyone who faces this problem can create a .js file under hooks/before-prepare and put this code into that file. Closing this issue. |
The problem was fixed for me by removing the How can I satisfy both AOT and dev builds? |
When I was using version 0.8.0 of this plugin, I was able to bundle my project for Android. After following the upgrade guide, I get this error:
It seems that bundling is not working because of timedatepicker plugin.
Another problem is that operation fails when
--env.aot
flag is used:The text was updated successfully, but these errors were encountered: