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
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 Binaries: Node: 16.14.0 npm: 9.1.2 Yarn: 1.22.17 pnpm: N/A Relevant packages: next: 13.4.5-canary.2 eslint-config-next: 13.3.1 react: 18.2.0 react-dom: 18.2.0 typescript: 4.9.5
Which area(s) of Next.js are affected? (leave empty if unsure)
SWC transpilation
Link to the code that reproduces this issue or a replay of the bug
https://github.com/owonwo/-openapi-swc-bug-example
To Reproduce
Remove the
experimental
property and value from the.swcrc
and then runnpm run generate:api
. It should work as expected.It doesn't work with the
@swc/plugin-styled-components
plug presentDescribe the Bug
Expected Behavior
It should generate a couple files in the
<rootDir>/core/api
folderWhich browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: