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
If you run a {N} build with webpack, the App_Resources of the project will be copied to platforms/.../app and then will be moved to their right locations in the native project. This is the expected behaviour. However, on each consecutive build, the App_Resources will be copied again to platforms/.../app and won't be removed.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
CLI: 3.4.0
Cross-platform modules: 3.4.0
Runtime(s): 3.4.0
nativescript-dev-webpack: 0.9.0
Steps to reproduce
tns build android --bundle
// no App_Resources in platforms/.../app
tns build android --bundle
// there are App_Resources in platforms/.../app
The text was updated successfully, but these errors were encountered:
Tell us about the problem
If you run a {N} build with webpack, the App_Resources of the project will be copied to platforms/.../app and then will be moved to their right locations in the native project. This is the expected behaviour. However, on each consecutive build, the App_Resources will be copied again to platforms/.../app and won't be removed.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
Steps to reproduce
The text was updated successfully, but these errors were encountered: