Back to Redwood

Update Theme Config

packages/codemods/src/codemods/v6.x.x/updateThemeConfig/README.md

8.9.0298 B
Original Source
npx @redwoodjs/codemods@canary update-theme-config

Update Theme Config

Modifies the config files specifically for mantine and chakra-ui to use ESM syntax to export the theme.

diff
// This is common JS lets get rid of it!
- module.exports =
+ const theme =
+ export default theme