prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Production ready webpack for templates #116

Closed coffee-cup closed 5 years ago

coffee-cup commented 5 years ago

The templates for create-prodo-app should come with webpack configs that are "production ready"

The configs definitely do not need to be as large or customized as create-react-app, but a user should be able to yarn build, update dist directory to static hosting, and have a decent single page app out of the box.