Created by: lepture
Related issues:
- https://github.com/facebook/create-react-app/issues/1084
- https://github.com/facebook/create-react-app/issues/3941
- https://github.com/facebook/create-react-app/issues/3052
With this change, you can build different bundles via:
ENTRY_POINT=src/admin react-scripts build
ENTRY_POINT=src/shop react-scripts build
ENTRY_POINT=src/blog react-scripts build