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
I have recently jumped to nwb for easy publishing after developing my react library on CRA. I was able to generate the demo, es, lib, umd folders but I see duplicate code in all of these (es, lib, umd) and the folder structure is like my current structure in src.
I have seen most libraries online have a sleek folder structure containing index.js and styles.css as the files and everything else bundled to it. How can I configure nwb to bundle my code that way and is that a good practice?
Thank you for bringing this app to make our lives easier.
The text was updated successfully, but these errors were encountered:
This issue is a:
Hey guys,
I have recently jumped to nwb for easy publishing after developing my react library on CRA. I was able to generate the demo, es, lib, umd folders but I see duplicate code in all of these (es, lib, umd) and the folder structure is like my current structure in src.
I have seen most libraries online have a sleek folder structure containing index.js and styles.css as the files and everything else bundled to it. How can I configure nwb to bundle my code that way and is that a good practice?
Thank you for bringing this app to make our lives easier.
The text was updated successfully, but these errors were encountered: