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

feature
angular
migration-to-bundle

In my app i do something like this is sass ```scss $primary-color: #2196F3; :export { primaryColor: $primary-color; } ``` The idea is to be able to require within javascript like...

**Is your feature request related to a problem? Please describe.** Currently NativeScript doesn't support other platforms than iOS and Android. In order to make this possible, we need to somehow...

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

Today I was trying out glimmer-native and could not get HMR running. I found out that Vue are reporting similar issues. I will reference to the issues per framework. Those...

Would it be possible for you to add to following to compiler.js: ``` --max_old_space_size=4096 ``` I am building a very large Nativescript app and AOT was just refusing to build,...

backlog
feature

**Environment** - CLI: 6.2.x (Been happening since 6.0) - Cross-platform modules: 6.0 - 6.2.0 - Android Runtime: 6.0 - 6.2 - iOS Runtime: 6.0 - 6.3@next - Plugin(s): None -...

bug

Not sure this classifies as a bug or whether it can be solved. Logging it, there might be other similar cases with libraries that depend on the global scope to...

I have such view xml file: ``` ``` And if I run `$ tns run android --bundle --env.uglify`, I get: ``` Binding: Property: 'addOnTop' is invalid or does not exist....

known limitation

https://github.com/NativeScript/nativescript-dev-webpack/issues/1027 Quote from @DimitarTachev > Maybe we can get the Webpack compilation faster if we stop writing the output files to the `platforms` directory and start syncing them directly to...

feature