rollup-plugin-swc
rollup-plugin-swc copied to clipboard
Use SWC with Rollup to transform / minify ESNext and TypeScript code.
Got this warning when I install bunchee: ``` warning "bunchee > rollup-plugin-swc3 > [email protected]" has unmet peer dependency "[email protected] || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x ||...
Hey, looks like version 0.2.0 breaks [rollup-plugin-tsconfig-paths](https://github.com/lightyen/typescript-paths/tree/main/packages/rollup-plugin-tsconfig-paths) functionality. I've made a reproduction code specifically for this issue. [LeonardSSH/rollup-plugin-swc-issue](https://github.com/LeonardSSH/rollup-plugin-swc-issue) #### Why do I say it's a version problem? 'Cause downgraded to...
Your latest release says it supports extends in tsconfigs, but the comparison in the readme indicates that you don't.
- Note that in `tsconfig.json`, `baseUrl` can be relative path. [#reference](https://www.typescriptlang.org/tsconfig#baseUrl) - To reproduce, please checkout [this](https://github.com/Phryxia/rollup-swc-test) repository. - It contains minimal reproduction files. - If you comment out `baseUrl`...
Thank you for great plugin. I've used this for a long time. I wonder whether this plugin search or take care `.swcrc` or not. I've read your source code and...
# Background #40 ## Checklists - [x] Detect typescript version. - [x] Add shims for `esm` bundle. - [x] Add unit test for decorators.
In current code we are enabling `decorators` using `experimentalDecorators` check from tsconfig. This is no longer needed since TypeScript 5 supports decorators stage 3 proposal without a flag. Additionally `experimentalDecorators`...
Deno
Hi, is there an option to swap the SWC internal with [wasm version](https://swc.rs/docs/usage/wasm) instead of the default node addon? Something like ```js import { rollup } from "npm:rollup" import {...
``` (node:16032) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to show where the warning was created) src/index.ts →...