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

**Environment** ``` $ tns info ✔ Component nativescript has 6.1.0 version and is up to date. ✔ Component tns-core-modules has 6.1.0 version and is up to date. ✔ Component tns-android...

known limitation
core modules

**Is your feature request related to a problem? Please describe.** If you try to use `app.less` instead of `app.css`, you will get `You may need an appropriate loader to handle...

feature

**Environment** - CLI: 6.0.3 - Plugin(s): @angular/[email protected] **Describe the bug** Changes to component scss in angular project are not applied on windows with @angular/[email protected] and --env.aot **To Reproduce** 1. `tns...

bug
angular

- CLI: 6.0.3 **Describe the bug** When syncing changes in angular project with env.aot the changes are applied but there are errors in the log. **To Reproduce** 1. `tns create...

bug
angular

**Is your feature request related to a problem? Please describe.** Right now I can only seem to have the app.scss/app.css be in the appPath folder. **Describe the solution you'd like**...

question

**Describe the bug** The first change in an application with linked `tns-core-modules` causes a restart. It is caused by an unaccepted module, which weirdly bubbled up to the `app.ts` file....

core modules

**Describe the bug** The newly generated code-sharing applications come with a custom `tsconfig.tns.json` configuration file. Executing the update script from `nativescript-dev-webpack` (`npx update-ns-webpack --configs`) overrides the existing `tsconfig.tns.json` file with...

bug

**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.** I need to post-process the production npm dependencies in the `webpack.config.js` file. As the CLI already has this knowledge, it...

feature

**Is your feature request related to a problem? Please describe.** I use Crashlytics to monitor crashes in my application, including JavaScript errors. But in release, the stack trace that I...

question