Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@aerotoad aerotoad released this 27 Feb 10:36
· 0 commits to main since this release

Initial release of @xeito/vite-plugin-xeito

This plugin compiles typescript files containing decorators using tsc and targeting ES2020.

It also uses https://github.com/jleeson/rollup-plugin-html-literals to minify template literal tags.

Closes xeitojs/xeito#10

Features

  • Add playground project (0437ab0)
  • Initial config and plugin implementation (681c689)

Bug Fixes

  • Used fixed and compatible compiler options (64e7238)