nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

not compatible with nsconfig

Open farfromrefug opened this issue 5 years ago • 1 comments

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.

farfromrefug avatar Apr 04 '20 10:04 farfromrefug

@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.

NickIliev avatar Apr 09 '20 06:04 NickIliev