Created by: pluton-house
Added a troubleshooting section on uncompiled external libraries
Relating to https://github.com/facebookincubator/create-react-app/issues/2829
Is there a standard structure for an NPM library that contains source JSX and compiled JS? I wondered about suggesting moving lib
to src
and adding a bin/compile
but that seems rather prescriptive. Is there any way to tweak the config so that a specific library can be compiled when you npm run
?