chore: bump version (#2210)

This commit is contained in:
Himself65
2023-05-02 16:50:58 -05:00
committed by GitHub
parent 4eff5f3c38
commit 12b61d34c3
13 changed files with 672 additions and 661 deletions
+3 -1
View File
@@ -71,8 +71,10 @@ const nextConfig = {
unoptimized: true,
},
experimental: {
// we disable swc plugins for now,
// because the @swc/core version is not compatible with plugins
swcPlugins: [
process.env.COVERAGE === 'true' && ['swc-plugin-coverage-instrument', {}],
// process.env.COVERAGE === 'true' && ['swc-plugin-coverage-instrument', {}],
// ['@swc-jotai/debug-label', {}],
// ['@swc-jotai/react-refresh', {}],
].filter(Boolean),