nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
A package to help with webpacking NativeScript apps.
## Issue Checklist - [x] You are submitting: feature request/bug report - [x] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues]...
## Issue Checklist - [x] You are submitting: a feature request - [x] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues]...
CLI is able to execute `tns run` without a platform which will build and deploy to both platforms and execute LiveSync for each of them. This is currently not possible...
Feature request: would be awesome if the webpack plugin would have an option to include source maps to development build and furthermore get errors already transpiled back to the source....
[email protected] [email protected] [email protected] In my application I have an environments folder with the following files: ``` environment.d.ts environment.debug.ts environment.release.ts ``` The environment file is referenced from other files in the...