Skip to content

feat: Next.js support (SWC - v12, v13, v14)#71

Merged
dividedmind merged 2 commits intomainfrom
feat/nextjs-support
Jan 10, 2024
Merged

feat: Next.js support (SWC - v12, v13, v14)#71
dividedmind merged 2 commits intomainfrom
feat/nextjs-support

Conversation

@zermelo-wisen
Copy link
Copy Markdown
Contributor

@zermelo-wisen zermelo-wisen commented Dec 30, 2023

Fixes #40

The support works with the Next.js Compiler, which uses SWC (Speedy Web Compiler). SWC is enabled by default starting from Next.js v12, and the current version is Next.js v14.

However, it does not work with Babel, which is used in older versions of Next.js (v11 and below) or might be explicitly configured in newer versions.

@zermelo-wisen zermelo-wisen marked this pull request as ready for review January 3, 2024 09:35
@dividedmind dividedmind merged commit a7a0ef6 into main Jan 10, 2024
@dividedmind dividedmind deleted the feat/nextjs-support branch January 10, 2024 15:03
appland-release pushed a commit that referenced this pull request Jan 10, 2024
# [2.11.0](v2.10.0...v2.11.0) (2024-01-10)

### Features

* Next.js support (SWC - v12, v13, v14) ([#71](#71)) ([a7a0ef6](a7a0ef6))
@appland-release
Copy link
Copy Markdown

🎉 This PR is included in version 2.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Next.js

4 participants