nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
A package to help with webpacking NativeScript apps.
**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:...
**Is your feature request related to a problem? Please describe.** Would be nice if plugins can add/change some of the webpacking configuration ability... **Describe the solution you'd like** I would...
Hello, We are running in our pipeline: `tns build android --release --key-store-path android.keystore --key-store-password ${KEYSTORE_PASSWORD} --key-store-alias xxx --key-store-alias-password ${KEYSTORE_PASSWORD} --env.aot --env.snapshot --env.compileSnapshot --env.uglify --env.report --env.hiddenSourceMap --aab` Which failed inside with...
Firebase reports us linking errors: Fatal Exception: java.lang.UnsatisfiedLinkError dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xxx.mobile-1/base.apk"],nativeLibraryDirectories=[/data/app/com.xxx.mobile-1/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libNativeScript.so" we are building our aabs with: tns build android --release --key-store-path android.keystore --key-store-password ${KEYSTORE_PASSWORD}...
**Environment** 1. CLI: 5.4.0 2. Node.js: 10.19.0 3. npm: 6.13.4 4. Platform: Linux. **Describe the bug** I tried to build the APK with ```bash tns build android --release --bundle --env.uglify...
Is it possible to use sourcemap with snapshot? Right now when i use snaphsot a ```_embedded_script_.js``` script is generated. However i don't see an associated sourcemap. Also [here](https://github.com/NativeScript/nativescript-dev-webpack/blob/48b26f412fd70c19dc0b9c7763e08e9505a0ae11/plugins/NativeScriptSnapshotPlugin/index.js) i don't...
In {N} hex 8 colors are define that way `#aarrggbb` Now there is an issue with the uglify/production and `nativescript-dev-webpack/css2json-loader` When using production and uglify, `#aarrggbb` will be transformed to...
the webpack templates are not compatible with nsconfig. https://github.com/NativeScript/nativescript-dev-webpack/blob/master/templates/webpack.typescript.js#L41 As you can see paths for `app` and `appResourcesPath` are hard coded and not read from a potential nsconfig file.
I wanted to put bundle.js in the snapshot but it seems to be excluded. Is there any way around this? If I add another plugin entry in the webpack config...
Hello! ## Issue Checklist - [x] You are submitting: a bug report - [x] You verified that this is a real problem by searching the [NativeScript Forum] and the other...