NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

not compatible with nsconfig #1131

Open farfromrefug opened 4 years ago

farfromrefug commented 4 years ago

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.

NickIliev commented 4 years ago

@farfromrefug you could post a PR - it seems that you have already pinpointed the issue. It would be likely good to have a default path if no nsconfig options are provided.