chore: bump version (#2211)

This commit is contained in:
Himself65
2023-05-02 22:40:53 -05:00
committed by GitHub
parent 5a881ec223
commit 88124994e1
5 changed files with 69 additions and 71 deletions

View File

@@ -71,10 +71,8 @@ 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),