Can I use CRA to make a library in React? #485
Unanswered
vinimarcili
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You shouldn't need webpack to publish to npm. You can use the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a project using CRA can I somehow reconfigure webpack so it doesn't need an index.html and just export the components to be published to NPM? I couldn't find this anywhere, I just want to know if it's possible and if so how to do it
Beta Was this translation helpful? Give feedback.
All reactions