npm @redwoodjs/core 0.33.2
v0.33.2

latest releases: 8.4.2-next.16, 8.4.1, 8.4.1-rc.2...
3 years ago

Patch Release

Includes the following fixes:

Code Modifications

If you installed a new project at version v0.33.0 using yarn create redwood-app ..., your project is likely missing a .gitignore file. Please confirm and then follow these steps if needed:

  1. create the file in your project root: .gitignore
  2. copy and paste the ignore paths using this template file as a reference: template/.gitignore
.idea
.DS_Store
.env
.netlify
.redwood
dev.db*
dist
dist-babel
node_modules
yarn-error.log
web/public/mockServiceWorker.js

Don't miss a new core release

NewReleases is sending notifications on new releases.