add @swc/core & cli packages

continued attempts to solve the SWC build step on arm platforms
This commit is contained in:
Ben Phelps 2022-09-07 12:02:34 +03:00
parent c2849744b8
commit 43da60595c
3 changed files with 197 additions and 2 deletions

View file

@ -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"],