Skip to content

Releases: SukkaW/rollup-plugin-swc

0.2.0

22 Jan 12:30
Compare
Choose a tag to compare
  • Standalone minify plugin
  • Support reading baseUrl and paths from your tsconfig.json (and jsconfig.json).

0.1.4

03 Dec 21:50
Compare
Choose a tag to compare
  • Add .mjs extension support
  • Export a default for use with rollup's --configPlugin

0.1.3

27 Nov 20:14
Compare
Choose a tag to compare
  • Fix a bug caused by the workaround introduced in 0.1.2

0.1.2

27 Nov 19:57
Compare
Choose a tag to compare

0.1.1

15 Nov 02:34
Compare
Choose a tag to compare
  • Add .npmignore to reduce the size of the package.
  • Use deepmerge to merge plugin options config with your given tsconfig.json.