DEV Community

Discussion on: CREATE LIBRARY OF REACT COMPONENT

Collapse
 
inversemetric profile image
inversemetric

If you use jsconfig.json and have compilerOptions.baseUrl set so that you can use src-relative imports, then using babel will break the consumer of the component. It is necessary to build (webpack bundle) the components in that case.