We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a794044 commit 7056b9bCopy full SHA for 7056b9b
packages/next/build/swc/options.js
@@ -54,7 +54,7 @@ function getBaseSWCOptions({
54
parser: parserConfig,
55
experimental: {
56
keepImportAssertions: true,
57
- plugins: nextConfig.experimental.swcPlugins
+ plugins: nextConfig?.experimental?.swcPlugins
58
},
59
transform: {
60
// Enables https://github.com/swc-project/swc/blob/0359deb4841be743d73db4536d4a22ac797d7f65/crates/swc_ecma_ext_transforms/src/jest.rs
0 commit comments