Open
Description
Environment
- CLI: 5.1.0
- Plugin(s): "nativescript-dev-webpack": "~0.18.0"
Describe the bug
When building the application with the Snapshot option enabled, the _embedded_scripts_.js
file remains in the produced APK
. If I am not mistaken, this file is not required and can safely be removed from the application package, which will slightly reduce its size.
To Reproduce
Build the app with the Snapshot flag and inspect the produce APK
.