afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Migrate away from create-react-app #8

Open JeremyGrieshop opened 1 year ago

JeremyGrieshop commented 1 year ago

There are some unpleasant workarounds required to get the plumbing right for a create-react-app project like our current admin app to use package modules, and still no way to make flexible build options. Furthermore, the project seems stagnant and is more useful for a "starter" project and less useful for a more complex project.

It will serve us well to look into another build system for the Javascript/Typescript stuff, such as Vite.js.