melte
melte copied to clipboard
Svelte compiler for Meteor with built in tracker integration and HMR
Following Meteor platform compatibility with CoffeeScript and Less, many people in the Meteor community uses them both.
I cannot get melte to ~~use postcss in `` blocks~~ load recent PostCSS plugin versions. **UPDATE:** I finally figured out that it's **something to do with using a plugin that's...
> wizonesolutions (Kevin Kaland) 23 hours ago > Does zodern:melte have svelte.config.js support out of the box? For preprocessors, for example. > > zodern 20 hours ago > It does...
It may be useful to have a guide to migrate from rdb:svelte-meteor-data to zodern:melte. Some suggestions: ### No need for $var In svelte-meteor-data, one uses: ``` $: players = useTracker(()...
Is there a way to configure ESLint to ignore the label `$m:` declaration? Right now, I get a `'$m:' is defined but never used.` `no-unused-labels` error. I know I could...
Hello, is there going to be any development for meteor.js 3.0? I would like to try the beta version in some of my projects.
Svelte 5
Thanks for making this package! Any preliminary thoughts on support for Svelte 5? My guess is that it won't release until early next year but the fine grained reactivity by...
Svelte 4?
Possible?
The path is missing the package name, so it instead shows as if it is part of the app.
Hey! I'm working on a meteor project that makes use of zodern/melte's `$m` functionality. We use Meteor sessions to set and get information about toasts so the app can appropriately...