Upgrade to React 18

This commit is contained in:
Defectink
2022-04-22 15:25:03 +08:00
parent bdd56b52d0
commit 2b001973a7
12 changed files with 18 additions and 22 deletions

View File

@ -23,7 +23,6 @@ const composedConfig = composePlugins([
reactStrictMode: true,
experimental: {
runtime: 'nodejs',
reactMode: 'concurrent',
outputStandalone: true,
},
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],