Releases: SukkaW/rollup-plugin-swc
Releases · SukkaW/rollup-plugin-swc
0.2.0
- Standalone minify plugin
- Support reading
baseUrl
andpaths
from yourtsconfig.json
(andjsconfig.json
).- These fields will be passed to swc directly. They won't affect how rollup resolves your imports. Please use other plugins to resolve your imports' aliases (e.g., add rollup-plugin-typescript-paths or rollup-plugin-tsconfig-paths before
@rollup/plugin-node-resolve
).
- These fields will be passed to swc directly. They won't affect how rollup resolves your imports. Please use other plugins to resolve your imports' aliases (e.g., add rollup-plugin-typescript-paths or rollup-plugin-tsconfig-paths before
0.1.4
0.1.3
0.1.2
- Fix transform failed when rollup virtual module is involved.
- Support read default config from
jsconfig.json
as welljsconfig.json
will be ignored iftsconfig.json
andjsconfig.json
both exists.