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
; "builtin" config from C:\Program Files\nodejs\node_modules\npm\npmrcprefix = "C:\\Users\\<USER>\\AppData\\Roaming\\npm"; "user" config from C:\Users\<USER>\.npmrc
//<URL>/npm/registry/:_password = (protected)
//<URL>/npm/registry/:email = (protected)
//<URL>/npm/registry/:username = (protected)
; node bin location = C:\Program Files\nodejs\node.exe; node version = v23.1.0; npm local prefix = C:\dev\MyProject; npm version = 10.9.0; cwd = C:\dev\MyProject; HOME = C:\Users\<USER>; Run `npm config ls -l` to show all defaults.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
See how the property
via
incopy-webpack-plugin
contains an array of strings and inserialize-javascript
contains an array of complex objects.Expected Behavior
Either both contain only the references or both contain the full objects.
Steps To Reproduce
project.json
then run:
Environment
The text was updated successfully, but these errors were encountered: