nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

A package to help with webpacking NativeScript apps.

Results 85 nativescript-dev-webpack issues
Sort by recently updated
recently updated
newest added

**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...

feature

@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...

os: linux

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...

feature

**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:...

bug
backlog

**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:...

question

## 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]...

bug

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 {...

backlog

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...

backlog

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...

bug
backlog

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...

question
backlog