Rosen Vladimirov
Rosen Vladimirov
**Is your feature request related to a problem? Please describe.** In many cases the applications have custom logic in their `webpack.config.js` files. Whenever these apps update their `nativescript-dev-webpack` version, they...
**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.** `vendor.js` file contains all dependencies from `node_modules`. This makes the file really huge and slow for parsing during application startup....
### Description There are more than 700 000 packages in npm. Most of them cannot be used in NativeScript application as they have some browser or Node.js specific calls, which...
### Problem with plugins verification with runtimes Currently each NativeScript plugin must have **nativescript** key in it's package.json and define the minimum required version of each supported runtime. The structure...