-
### Current Behavior
Error when running `nx dev appname`
### Expected Behavior
Run `nx dev appname` successfully
### GitHub Repo
https://github.com/ndt94/pnpm-test
### Steps to Repr…
-
### Describe the bug
![image](https://github.com/xxXyh1908/swc-plugin-transform-vue3-jsx/assets/27543832/20a394d5-8458-4d50-99ba-33b111a309b7)
.swcrc
```js
{
"isModule": true,
"sourceM…
-
I could work around this problem by moving my babel config out of the root dir and reference it by the other tooling that needs it (e.g. Webpack, Jest, …). I don't expect a fix per se, but reporting n…
viddo updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
`…
-
### What problem does this feature solve?
I'd like to build a module which uses stage3 decorator. In modern.js app + rspack, I can easily configure swc to do so:
``` ts
export default defineConfig(…
-
I have an NX monorepo and I have tried to test `swc-angular` for one of NX library inside `nx-repo/libs/lib-with-slow-tests`
I run:
```
nx run products-ufo-final-variant:test --skipNxCache
``…
-
I get the following error when attempting to start up the editor:
![image](https://user-images.githubusercontent.com/7064954/208714905-3a419a4f-03ef-47f1-996e-a41c9d366972.png)
My `vite.config`:
…
-
### Current Behavior
Hi everyone... First things first... Congrats for the new release 🥳
Im creating this issue because I'm trying to play with Nx 20.0.0-rc.0 and I got several problems running `np…
-
I am interested in using this in my Next.js project but it relies on Babel and Webpack. I want to follow Next.js recommendations, so I don't want this dependency holding me back.
1. SWC instead of Ba…
-
This doesn't work because the input is not decorated:
```ts
class MyCmp {
title = input();
constructor(private myService: MyService) {}
}
```
This happens because this is parsed by SWC as…