You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
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
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
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 6
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.
The text was updated successfully, but these errors were encountered:
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 [email protected] which is planned for the next week.
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.
The text was updated successfully, but these errors were encountered: