Open aykanfonseca opened 5 years ago
Current repo size (ejected & using node_modules
):
Encountered an issue: when using the plug'n'play mode, it appears certain dependencies used for importing SVGs (as part of create-react-app v2's feature) break / aren't installed.
The current workaround is to forgo this feature and import SVGs directly into an <img>
tag.
Retool the repo's infrastructure to use Yarn's Plug'n'Play feature which eliminates the node modules folder.
Expected Benefits:
node_modules
folder and worry less about project dependencies.