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
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
when using tns run ios --bundle --env.aot --env.aot=false
The aot value will be in the hookArgs available as an array [true, false]
But in webpack.config.js it becomes true,false
Hi
when using
tns run ios --bundle --env.aot --env.aot=false
The aot value will be in the hookArgs available as an array
[true, false]
But in webpack.config.js it becomes
true,false
The problem is coming form this line of code:
nativescript-dev-webpack/lib/compiler.js
Line 113 in a68778e
Maybe we can change the line with something like:
The text was updated successfully, but these errors were encountered: