Closed james-criscuolo closed 5 years ago
@james-criscuolo,
Thank you for reporting this issue!
It was indeed a bug on our side. We've already fixed it in release brach so you can give it a try using npm i -D nativescript-dev-webpack@rc
. It'll be released with nativescript-dev-webpack@1.0.2
which is planned for the next week.
I can confirm that this worked when using the @rc
version, thanks!
Environment ✘ ~/n6-project tns info ✔ Getting NativeScript components versions information... ✔ Component nativescript has 6.0.0 version and is up to date. ✔ Component tns-core-modules has 6.0.1 version and is up to date. ✔ Component tns-android has 6.0.0 version and is up to date. ✔ Component tns-ios has 6.0.1 version and is up to date. node: 10.16.0
The webpack and package.json configs are what is spit out from
tns create
Describe the bug Using
--env.hiddenSourceMap
no longer works once upgrading to Nativescript 6To Reproduce
Expected behavior Does not crash on load Sample project See above, easy to create from nothing with
tns create
Additional context I recognize #968 and #976 exist, but neither reference that built-in functionality is broken, so I figured it was worth a new issue.