- Support Meteor 3
- Update zodern:melte-compiler to 1.4.1 for Meteor 3 support
- Update
zodern:melte-compiler
:- Fix typescript sometimes removing imports for components
- Partial support for source maps for typescript
- Fix crash when error compiling with babel
- Update
zodern:melte-compiler
:- Delay importing svelte until it is needed. This fixes errors from not finding svelte when publishing packages that depend on
zodern:melte
- Delay importing svelte until it is needed. This fixes errors from not finding svelte when publishing packages that depend on
- Update
zodern:melte-compiler
:- Support typescript in scripts with context="module"
- Update
zodern:melte-compiler
:- Fix crash when using old version of Svelte 3
- Update
zodern:melte-compiler
:- Fix compiling tracker statements for SSR
- Update
zodern:melte-compiler
:- Fix crash when file has a syntax error
- Fix source maps. If the svelte file uses typescript, there are still some issues with source maps
- Update
zodern:melte-compiler
:- Fix loading typescript compiler
- Fix using
css
option - Fix using post css
- Fix using optional chaining
- Fix HMR bugs
- Fix
Cannot find module 'babylon'
error.
- Fix error when svelte options are not in the app's package.json file
- Move compiler into its own package,
zodern:melte-compiler
to allow other packages to use and extend it.
- Fix errors with the legacy web client
- Use typescript with svelte (@r00t3g)
- Fix using HMR with SSR
- Various other improvements and fixes for HMR
- Fix sometimes causing the meteor tool to crash when there is a syntax error in a svelte file
- Fix production builds re-using cache entries from development builds
- Fix error when updating with HMR fails