fower icon indicating copy to clipboard operation
fower copied to clipboard

Svelte Rollup waiting for changes forever

Open salahcgp opened this issue 3 years ago • 1 comments

I have added the fowerSveltePreprocess in rollup.config.js, but svelte goes to the waiting mode [ waiting for changes... ] and doesn't respond. I am using: "@fower/svelte-preprocess": "^1.66.0" and "svelte": "^3.0.0"

plugins: [ svelte({ compilerOptions: { // enable run-time checks when not in production dev: !production, }, preprocess: fowerSveltePreprocess(), }),

salahcgp avatar Feb 09 '22 04:02 salahcgp

Sorry, I am not a svelte user and not familiar with svelte, I will handle this problem when I am not busy, and welcome to some PR for svelte related bugs

forsigner avatar Feb 11 '22 01:02 forsigner