Replies: 1 comment 1 reply
-
|
Looks like you don't convert JSX to pure JS, you need a loader (swc/babel) to do it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
I have 2 modules in a mono-repo with 2 web applications using ReactJS, NextJS:
next.config.js:webpack.config.js:.babelrc:tsconfig.json:next.config.mjs:next builderrors:I only see this error after upgrading from Next.JS 11 to 12.
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Other relevant information:
webpack version: 5.74.0
Node.js version: v18.8.0
Operating System: Ubuntu 22.04
Additional tools: yarn 1.22.19
Beta Was this translation helpful? Give feedback.
All reactions