Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 663 Bytes

File metadata and controls

15 lines (10 loc) · 663 Bytes

Includes:

  • Tailwind CSS
  • Purgecss to reduce bundle size

Try and keep it up to date with facebook/create-react-app#next.

To publish a new version:

  • Make some changes in packages/react-scripts/config/webpack.config.prod.js
  • Update the version number in react-scripts/package.json
  • cd packages/react-scripts
  • Then run npm publish (might need credentials first, ask @thomasbrus)