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 has been archived by the owner on Feb 15, 2025. It is now read-only.
I am using nwb to build a scoped react-component (@org/component)
The problem is that nwb takes the name from package.json, using it for the UMD build.
The dir structure for umd will be: umd/@org/component.js
Expected dir strucure: umd/component.js
The text was updated successfully, but these errors were encountered:
This issue is a:
I am using nwb to build a scoped react-component
(@org/component)
The problem is that nwb takes the name from package.json, using it for the UMD build.
The dir structure for umd will be:
umd/@org/component.js
Expected dir strucure:
umd/component.js
The text was updated successfully, but these errors were encountered: