svelte-template-hot icon indicating copy to clipboard operation
svelte-template-hot copied to clipboard

Copy of official Svelte template with added HMR support

Results 9 svelte-template-hot issues
Sort by recently updated
recently updated
newest added

What do you think about Typescript? Do you think I can use it with no issues as described in the `sveltejs/template` instructions if I use this template?

Hello, i tried to get HMR working on my project by moving the rollup config from this repo to my project ```js import svelte from 'rollup-plugin-svelte'; import commonjs from '@rollup/plugin-commonjs';...

_Maybe is not a `svelte-plugin-hot` issue and I'll close it ASAP._ After upgrading from `nollup 0.14.2` to `0.14.3` I get a lot of warning now with this, why? ![image](https://user-images.githubusercontent.com/41120635/102099536-ab63f200-3e28-11eb-83fd-70b5283aa9c3.png) Ref:...

Do we need `//@hmr:keep` now?

From `"@rollup/plugin-commonjs": "16.0.0"` this is the error: ``` [Nollup] Listening on http://localhost:5000 TypeError: Cannot read property 'length' of undefined at new MagicString (C:\svelte\node_modules\magic-string\dist\magic-string.cjs.js:354:34) at module.exports (C:\svelte\node_modules\nollup\lib\impl\ImportExportResolver.js:318:21) at compileModule (C:\svelte\node_modules\nollup\lib\impl\NollupCompiler.js:59:30) at...

I'm trying to use the amazing [@urql/svelte](https://github.com/FormidableLabs/urql/tree/main/packages/svelte-urql/example/). It works both with nollup and rollup. But with nollup I have these warnings in console: ![image](https://user-images.githubusercontent.com/41120635/94796257-ce146c00-03de-11eb-9331-738ee53b08e3.png) ``` DevTools failed to load SourceMap:...

Now we have this, but where it's used? ```js const spa = false ```