1.2.0 (2024-07-08)
1.1.0 (2023-11-16)
1.0.5 (2022-12-09)
1.0.4 (2022-08-09)
1.0.3 (2022-07-21)
1.0.2 (2022-07-21)
1.0.1 (2022-07-04)
1.0.0 (2022-01-05)
- default export in
"type": "module"
vite projects (7c2a625)
- switch to picocolors (3e1c94e)
0.2.2 (2021-05-05)
- Update typings. Plugin => PluginOption (d944c48)
0.2.1 (2021-03-20)
- Add
delay
to offset slow template compilation in Rails (e69c6b6)
0.2.0 (2021-03-20)
- Switch to use Vite's watcher instead of creating a new one with
chokidar
.
0.1.3 (2021-03-18)
- Move
chalk
andchokidar
asdependencies
since only npm v7 installspeerDependencies
.
0.1.2 (2021-03-18)
- Add
vite-plugin
keyword to the package to make it easier to find.
0.1.1 (2021-03-17)
- Remove postinstall hooks on released package (99db8e2)