Releases: jacobdeichert/svelvet
Releases · jacobdeichert/svelvet
v0.2.1
Fixed
- Fix snowpack babel error #38
- Update examples/basic svelvet version #35
v0.2.0
Added
- Use servor as our live reloading dev server #34
v0.1.10
Fixed
- Require node v10+ #20
- Log svelte debug warnings #23
- Load babel config override #26
- Log svelte warnings after all other logging is complete #27
- Prevent test and typescript files from being copied into dist #29
Meta
- Update snapshot because svelte had a new release 25
v0.1.9
Added
- Add support for minifying in production with terser #19
v0.1.8
Added
- Add --hydratable and --immutable args for svelte options #15
Fixed
- Bail if there's a snowpack error #14
v0.1.7
Fixed
- Handle any new files when dev mode is running #13
v0.1.6
Fixed
- Don't compile changed non-js/svelte assets #8
v0.1.5
Fixed
- Prevent corruption of binary asset types during copy #7
v0.1.4
Fixed
- Fix build race conditions #6
v0.1.3
Fixed
- Fix watcher race condition #4