gulp-svelte icon indicating copy to clipboard operation
gulp-svelte copied to clipboard

partial update for svelte3

Open Foxcapades opened this issue 5 years ago • 2 comments

Updated import for the new svelte 3 package structure.

Using this update in my current builds without issue.

G.task('compile-svelte', () => G.src('./src/**/*.svelte')
  .pipe(svelte({css: false, format: 'cjs'}))
  .pipe(G.dest(dirs.work)));
[08:27:29] Starting 'compile-svelte'...
[08:27:35] Finished 'compile-svelte' after 5.39 s

Foxcapades avatar Feb 24 '20 13:02 Foxcapades

Coverage Status

Coverage remained the same at 100.0% when pulling bda72cdedfeda9205ff4ec8baca6834b6e3dadf7 on Foxcapades:master into 791ab3fb1e420bf2641dcce489efecba41b0e9a5 on shinnn:master.

coveralls avatar Feb 24 '20 15:02 coveralls

Hi, any reason why this has not merged? I have a site that I'd like to upgrade to Svelte 3.

Thanks

criticalmash avatar Aug 17 '21 20:08 criticalmash