Dan
Dan
[my fork](https://github.com/1714080902120/fork_swc-plugin-vue-jsx) here are the changes: 1. [rename EsConfig and TsConfig](https://github.com/swc-project/swc/issues/9089) 2. [adjust visit api](https://github.com/swc-project/swc/pull/9680) 3. update testing to v8.0 4. [without `import xxx` will not be treat as module...
[LightningCSS can't handle some special cases](https://github.com/parcel-bundler/lightningcss/issues/871) currently. So i want to move the lightningcss-loader after stylePostLoader: ```js // vue-loader pitcher.js if (cssLoaderIndex > -1) { // if inlined, ignore any...