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 developed a component using this (worked great, thank you!), meant to be published on npm, but the first couple guides I've read on how to build the es6/jsx files were long and didn't wind up working for me. To simplify this process and encourage more people to publish components, perhaps you could add a build-for-npm script that:
compiled src/ to dist/
maybe prompts for package.json fields like description and main (eg dist/index.js)
logged "You can now run npm publish"
The text was updated successfully, but these errors were encountered:
I developed a component using this (worked great, thank you!), meant to be published on npm, but the first couple guides I've read on how to build the es6/jsx files were long and didn't wind up working for me. To simplify this process and encourage more people to publish components, perhaps you could add a
build-for-npm
script that:src/
todist/
package.json
fields likedescription
andmain
(egdist/index.js
)npm publish
"The text was updated successfully, but these errors were encountered: