-
### Steps to reproduce 🕹
Link to live example: https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-nextjs-ts?file=README.md
### Current behavior 😯
npm install && n…
-
### System Info
```
"devDependencies": {
"@rspack/cli": "0.5.4",
"@rspack/core": "0.5.4",
"@rspack/plugin-react-refresh": "0.5.4",
"@types/react": "^18.2.0",
"@types/react…
-
I just do everything accrding to readme.md:
```
npm i -D @swc-node/register
node --import @swc-node/register/esm-register scripts/prebuild.ts
```
And I get an error:
```
node:internal/mod…
-
### Describe the bug
When you run the exact code snippet that is shared in the docs at:
https://swc.rs/docs/configuration/minification#swcminifycode-options
just with the `console.log` at the end…
mgol updated
7 months ago
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Ver…
-
since we already deprecate builtins.{emotion,relay,pluginImport}, we shouldn't redirect the options explanation to this deprecated page
-
### Version
2.2.13
### OS Version
windows10
### Node.js Version
14.21.3
### Browser Version
/
### Link to minimal reproduction
/
### Steps to reproduce
1. 执行npx create…
-
### System Info
System:
OS: macOS 14.2.1,
CPU: Apple M2 pro
Memory: 16gb
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.10.0
npm: 10.2.3
Browsers:
Chrome 121.0.6167.160
Safari 17.2.1
npmPackag…
-
Code to reproduce:
```ts
/** @jsx react-jsx */
/** @jsxImportSource https://esm.sh/preact */
import { render } from "https://esm.sh/preact-render-to-string@6.3.1";
const component = Hello Wor…
-
### Issue description or question
When Vitest is configured with unplugin-swc, Wallaby is unable to transpile TypeScript.
This issue has been previously reported as:
- #3329
The issue was …