-
Notifications
You must be signed in to change notification settings - Fork 311
Create Notion of Production/Release Build #299
Comments
Is AoT always necessary on debug / dev build, if we had a switch, this would be nice. i mean you will definitely have the ability to test it, but for faster development, i would like to skip this compiling stuff. is this related to the issue with the 0.39 app-script Version issue that emulate builds are always Production
|
@rathgeber2, you can pass the Thanks, |
Wow! that incremental sub-second AoT builds is a must! Excited to have this!
Yes, I think it's a good idea to default to that. The difference between an AoT compiled app and a normal one is huge on older devices which can make testing really painful. Our current process is to test with AoT (I mean clicking around and using features) and when we find a bug we simply fix it in the browser environment and verify that fix when a few other bug was fixed as well. This approach is a way more faster for us than reloading the app all the time. |
This is resolved. Thanks, |
Does app-scripts supports incremental builds now? |
No, Thanks, |
--release
or--prod
argument that does minification, etc.Questions:
Should we always do AoT when deploying to device?
The text was updated successfully, but these errors were encountered: