next.js
next.js copied to clipboard
chore(examples): remove `with-babel-macros` example
Summary
Delete the examples/with-babel-macros directory and all its contents
Why?
babel-plugin-macros package hasn't been maintained in 2 years.
Adding or Updating Examples
- [x] The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- [x] Make sure the linting passes by running
pnpm build && pnpm lint. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md
cc: @samcx
Allow CI Workflow Run
- [ ] approve CI run for commit: eedcdb71af1e004ecaeb16a2e8704f406f923807
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer
@icyJoseph Could you review this PR?