You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compilation was failing using YARN BUILD with Next.js 10 and React.js 17:
Failed to compile.
Error: Expected an opening square bracket.
> Build error occurred
Error: > Build failed because of webpack errors
at ...\node_modules\next\dist\build\index.js:15:918
at async ...\node_modules\next\dist\build\tracer.js:3:470
error Command failed with exit code 1.
To fix it, I replaced the code in postcss.config.js with this one :
The compilation was failing using YARN BUILD with Next.js 10 and React.js 17:
To fix it, I replaced the code in postcss.config.js with this one :
The text was updated successfully, but these errors were encountered: