Dynamically imported react-ace does not load when built with swcMinify (in Next.js 12.0.8).
yarn
yarn build
yarn start
- Open http://localhost:3000
Just shows that the code is loading.
Should show code editor after loading very briefly.
(Can see that if you run yarn dev
instead, or disable swcMinify in next.config.js before you build the code).