rollup-plugin-svelte-hot icon indicating copy to clipboard operation
rollup-plugin-svelte-hot copied to clipboard

Fork of official rollup-plugin-svelte with added HMR support (for both Nollup or Rollup)

Results 7 rollup-plugin-svelte-hot issues
Sort by recently updated
recently updated
newest added

This is some housework that needs to be done

I'm getting this strange error using `1.0.0-6`: ``` system.js:525 Not allowed to load local resource: file:///C:/projectstestssvelte-hot-typescriptode_modulessvelte-hmruntimeproxy-adapter-dom.js (anonymous) @ system.js:525 y.instantiate @ system.js:494 y.instantiate @ system.js:704 (anonymous) @ system.js:277 Promise.then (async)...

So, apologies for the next bug report, since it's another mystery one. ``` ✘ ant@xeno  ~/Projects/beyonk-pwa   feature/hmr ●  npm run dev > [email protected] dev /home/ant/Projects/beyonk-pwa >...

I don't think an issue is already open for this problem but I noticed that (both with typescript and not) when I update an imported css file a "signal" arrives...

Hi, I don't know exactly whether this is the correct project to create the issue but I'll try at least. I have an App component which has a style tag...

Getting this error when running `tsc` in a project that depends on `rollup-plugin-svelte-hot. ``` ../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/rollup-plugin-svelte-hot/index.d.ts:10:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or...

I'm trying to add HMR support to my existing Sapper apps. Aside from the warnings about named exports which I'm assuming don't factor in to this, it looks like the...