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 has been archived by the owner on Aug 7, 2021. It is now read-only.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.5.0
Cross-platform modules: 6.5.1
Android Runtime: 6.5.0
iOS Runtime: 6.5.0
Plugin(s): nativescript-webview-interface
Node.js: v12.16.1
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
Describe the bug
There are different results between preview and build android.
on preview it just works fine.
but packaging doesn't include some assets.
this is app directory,
as you can see, there are www assets.
I think there are some process on packaging, but I don't know how can I found this.
I only assume that maybe there are some configuration with nativescript-dev-webpack,
but I can't find it.
To Reproduce
tns build android
Expected behavior
packaging with assets which have some directory hierarchy.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):CLI: 6.5.0
Cross-platform modules: 6.5.1
Android Runtime: 6.5.0
iOS Runtime: 6.5.0
Plugin(s): nativescript-webview-interface
Node.js: v12.16.1
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
Describe the bug
There are different results between
preview
andbuild android
.on
preview
it just works fine.but packaging doesn't include some assets.
this is app directory,
as you can see, there are
www
assets.I think bundling works just fine.
with this configuration.
but
app-debug.pkg
include onlyassets/app/www/file
,not
assets/app/www/lib/*.js
.I think there are some process on packaging, but I don't know how can I found this.
I only assume that maybe there are some configuration with
nativescript-dev-webpack
,but I can't find it.
To Reproduce
tns build android
Expected behavior
packaging with assets which have some directory hierarchy.
Sample project
repos
Additional context
I build with
nativescript-remote-builds
.The text was updated successfully, but these errors were encountered: