Skip to content

Commit

Permalink
examples: update with-babel-macros README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 committed Dec 6, 2024
1 parent a6da830 commit b9f696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-babel-macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&ut
## Note

You'll notice the configuration in `.babelrc` includes the `babel-macros`
plugin, then we can use the `preval.macro` in `pages/index.js` to pre-evaluate
plugin, then we can use the `preval.macro` in `app/page.tsx` to pre-evaluate
code at build-time. `preval.macro` is effectively transforming our code, but
we didn't have to configure it to make that happen!

Expand Down

0 comments on commit b9f696e

Please sign in to comment.