Skip to content

Commit

Permalink
forcefully disable next-swc
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 7, 2022
1 parent 43da605 commit 1af867d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 197 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"]
}
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
output: "standalone",
// swcMinify: false,
swcMinify: false,
experimental: { images: { allowFutureImage: true, unoptimized: true } },
images: {
domains: ["cdn.jsdelivr.net"],
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.248",
"@tailwindcss/forms": "^0.5.3",
"dockerode": "^3.3.4",
"js-yaml": "^4.1.0",
Expand Down
195 changes: 1 addition & 194 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1af867d

Please sign in to comment.