dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

Home Page:https://craco.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use CRA to make a library in React?

vinimarcili opened this issue · comments

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