Closed coffee-cup closed 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.
yarn build
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.