Skip to content

Commit

Permalink
Revert "Chore: enable swc (#2311)"
Browse files Browse the repository at this point in the history
This reverts commit 0931f5c.
  • Loading branch information
shamoon committed Nov 25, 2023
1 parent 507e724 commit 90c12ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["next/babel"]
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { i18n } = require("./next-i18next.config");
const nextConfig = {
reactStrictMode: true,
output: "standalone",
swcMinify: false,
images: {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,
Expand Down

0 comments on commit 90c12ab

Please sign in to comment.