farfromrefuge
farfromrefuge
This PR changes the webpack templates so that they read app paths from the `nsconfig.json` if it exists.
Is it possible to use sourcemap with snapshot? Right now when i use snaphsot a ```_embedded_script_.js``` script is generated. However i don't see an associated sourcemap. Also [here](https://github.com/NativeScript/nativescript-dev-webpack/blob/48b26f412fd70c19dc0b9c7763e08e9505a0ae11/plugins/NativeScriptSnapshotPlugin/index.js) i don't...
In {N} hex 8 colors are define that way `#aarrggbb` Now there is an issue with the uglify/production and `nativescript-dev-webpack/css2json-loader` When using production and uglify, `#aarrggbb` will be transformed to...
the webpack templates are not compatible with nsconfig. https://github.com/NativeScript/nativescript-dev-webpack/blob/master/templates/webpack.typescript.js#L41 As you can see paths for `app` and `appResourcesPath` are hard coded and not read from a potential nsconfig file.
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...
This happens with all versions of ```nativescript-dev-webpack``` I am trying to use [pnpn](https://pnpm.js.org) with {N}. PNPM is a great tool when you work with a lot of npm projects using...
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...
Would be good to have another way to set the default language. I use [a vscode extension](https://marketplace.visualstudio.com/items?itemName=antfu.vue-i18n-ally) to manage my translations. However it won't recognize ```en.default.json``` so i need to...
I just published an app in v8 latest runtime. Got a crash report which seemed to have happened as Apple was testing the app I dont have much more info....
[here](https://github.com/Akylas/nativescript-material-components/blob/b7a7c29cad585a5c37a8aaf3e5e7165bfc006da8/src/dialogs/dialogs.ios.ts#L75) i override a native property. This makes it crash. You can reproduce it by the running the `demo-vue` [here](https://github.com/Akylas/nativescript-material-components/tree/master/demo-vue) and going into dialogs and clicking on the first button