Extract of wmonk/create-react-app-typescript/ react-scripts/scripts and react-scripts/bin folders.
npm install @realytics/react-scripts-facade-systemExtract of wmonk/create-react-app-typescript/ react-scripts/scripts and react-scripts/bin folders.
Setup a folder where all files are used as entry points.
> Note: All entries are build with config.output.library = 'Bundle'; This mean you can get the export of the bundle in
> window.Bundle.
Control the boot entry file (src/index.tsx by default)
Control the output directory (build by default).