David Price
David Price
## Bug Report **Current Behavior** When using babel cli with `--copy-files --no-copy-ignored`, files and directories configured in my `babel.config.js` ARE copied into my build directory (with the exception of specified...
Because Redwood is a single-page app, the built-in 404-page `web/src/pages/NotFoundPage/NotFoundPage.js` is handled by WebPack as a "normal" page, i.e. it's optimized and becomes a part of the `dist/static/js/…chunk.js` files during...
The extension is effectively not compatible with v1. It's planned for a re-implementation, which will not be started by v1 launch. Basically it's now a "use-at-your-own-risk" extension. Need to mark...
This project no longer seems to be active. If not, anything the RedwoodJS community can do to help revive it?
Prisma supports MongoDB. And in a simple POC I was able to easily migrate the Tutorial blog project from Postgres to Mongo with very little changes required. - Generators work...
In preparation for the 1.0.0 release, the Redwood Docs have been integrated with the main Redwood Framework redwoodjs/redwood repo. We are in the final stages of the migration. Once complete,...
cc @MarkBennett The [Deploy Doc](https://redwoodjs.com/docs/deploy) is in need of some TLC. Some initial thoughts: ## Intro - need to make it serverless or traditional infr agnostic + highlight you can...
Welcome! We are excited you're interested in contributing to Redwood for #Hacktoberfest You'll be in good company with over 250+ [other project contributors](https://github.com/redwoodjs/redwood#contributors) 🚀 > Note: we followed the [Hacktoberfest...
_continuing discussion from https://github.com/redwoodjs/redwood/issues/1585 originally posted by @dthyresson_ ## To Do Update the doc to clarify per info below ## Background See the following [Community topic post](https://community.redwoodjs.com/t/custom-github-jwt-auth-with-redwood-auth/610/18?u=dthyresson) from "edjiang": >...
https://redwoodjs.com/docs/data-migrations - Quick look and we have the wrong command in "Lifecycle Summary" - Need to reference new `yarn rw deploy [target]` command — the dataMigrate up command is a...