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
would force the --bundle flag when running tns run android/ios
This would make it easier to work on projects that require bundling (nativescript-vue for example must be bundled to compile .vue files) without having to remember to use --bundle.
The text was updated successfully, but these errors were encountered:
It would be convenient to allow setting default flags for tns commands in
package.json
For example
would force the
--bundle
flag when runningtns run android/ios
This would make it easier to work on projects that require bundling (nativescript-vue for example must be bundled to compile .vue files) without having to remember to use
--bundle
.The text was updated successfully, but these errors were encountered: