nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
A package to help with webpacking NativeScript apps.
**Is your feature request related to a problem? Please describe.** {N} CLI supports `yarn`, but when you call update script of `nativescript-dev-webpack` it spawn some npm installs and this cause...
@MWStudio4 commented on [Mon Nov 12 2018](https://github.com/NativeScript/NativeScript/issues/6550) **Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting...
Follows up on #685 # What? The `nativescript-dev-webpack` package will be split into several packages that are framework-specific: - `@nativescript/webpack-core` will contain the common build logic and will **NOT** be...
**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:...
**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:...
## 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 [issues]...
Empty new project : `tns create aaa --ng` ( & webpack & bundle analyzer_) I was [*told*][1] by Ben Lesh that in Rxjs6 , we **shouldn't** do : `import {...
Originally reported in #8. Not passing the `noEmitHelpers` TypeScript compiler option generates multiple `__extends` functions which supersede the "runtime" `__extends` implementation when bundled. Ideally third party plugins should compile with...
When you change only the **webpack.config.js** e.g. adding a new item to the **appComponents** collection: ```javascript const appComponents = [ "tns-core-modules/ui/frame", "tns-core-modules/ui/frame/activity", resolve(__dirname, "app/MyNativeScriptActivity"), ]; ``` the CLI wouldn't trigger...
In all webconfig using typescript there is an issue with the order of the resolve extensions. an example: https://github.com/NativeScript/nativescript-dev-webpack/blob/master/templates/webpack.typescript.js#L72 Typescript is put first. Which means that if there is a...