We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/henrycjchen/next-13-terser-issue
current:
Unexpected token: punc ({)
expected:
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6020 Binaries: Node: 16.20.2 npm: 8.19.4 Yarn: 1.22.21 pnpm: 7.33.1 Relevant Packages: next: 13.5.6 eslint-config-next: 13.5.6 react: 18.3.1 react-dom: 18.3.1 typescript: 5.4.5 Next.js Config: output: N/A
Webpack
next build (local)
It happens when there is a class with static props.
The text was updated successfully, but these errors were encountered:
I am meeting this same issue on 13.5.6 / 13.5.7 with swcMinify: false option
swcMinify: false
Sorry, something went wrong.
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/henrycjchen/next-13-terser-issue
To Reproduce
Current vs. Expected behavior
current:
Unexpected token: punc ({)
) when buildexpected:
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6020 Binaries: Node: 16.20.2 npm: 8.19.4 Yarn: 1.22.21 pnpm: 7.33.1 Relevant Packages: next: 13.5.6 eslint-config-next: 13.5.6 react: 18.3.1 react-dom: 18.3.1 typescript: 5.4.5 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Webpack
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
It happens when there is a class with static props.
The text was updated successfully, but these errors were encountered: