Skip to content

Commit

Permalink
[Next.js] Remove .babelrc to (re)enable SWC compilation by default (#…
Browse files Browse the repository at this point in the history
…1483)

* Remove .babelrc to enable SWC compilation (as it is fixed in recent next versions)

* update CHANGELOG
  • Loading branch information
ambrauer authored May 16, 2023
1 parent 4121d4f commit 64c81a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Our versioning strategy is as follows:
([#1472](https://github.com/Sitecore/jss/pull/1472))
* `[sitecore-jss-nextjs] Add a new handling for token $siteLang(context site language) in middleware redirect ([#1454](https://github.com/Sitecore/jss/pull/1454))
* `[sitecore-jss]` `[templates/nextjs-sxa]` Rewrite logic of handling custom error pages. The error pages rewrite page with error(it's saving status code) instead of redirected ([#1469](https://github.com/Sitecore/jss/pull/1469)) ([#1476](https://github.com/Sitecore/jss/pull/1476))
* `[templates/nextjs]` Remove .babelrc to (re)enable SWC compilation by default ([#1483](https://github.com/Sitecore/jss/pull/1483))

### 🧹 Chores

Expand Down
9 changes: 0 additions & 9 deletions packages/create-sitecore-jss/src/templates/nextjs/.babelrc

This file was deleted.

0 comments on commit 64c81a0

Please sign in to comment.