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
We've been trying to figure out how to make this plugin work for us for a really long time, and after fiddling with this, we ended up getting it working on our end by removing --env.aot and --env.snapshot form our build process, so it seems this plugin doesn't support either options being applied to the release build
The text was updated successfully, but these errors were encountered:
I can imagine snapshots are a no-go, but I wonder why --env.aot would not work. It's simply different content being written in the "app" folder mentioned here, right?
I can imagine snapshots are a no-go, but I wonder why --env.aot would not work. It's simply different content being written in the "app" folder mentioned here, right?
in a normal angular app that is what's happening IIRC, not sure if nativescript acts the same way in that aspect though ?
We've been trying to figure out how to make this plugin work for us for a really long time, and after fiddling with this, we ended up getting it working on our end by removing
--env.aot
and--env.snapshot
form our build process, so it seems this plugin doesn't support either options being applied to the release buildThe text was updated successfully, but these errors were encountered: