Skip to content

Commit

Permalink
add @swc/core & cli packages
Browse files Browse the repository at this point in the history
continued attempts to solve the SWC build step on arm platforms
  • Loading branch information
benphelps committed Sep 7, 2022
1 parent c284974 commit 43da605
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 2 deletions.
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: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"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: 194 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 43da605

Please sign in to comment.