From 811a4b79f1db4d9371803896c4920e41fd2a0561 Mon Sep 17 00:00:00 2001 From: Raphael Tang Date: Fri, 25 Sep 2020 17:45:01 +0800 Subject: [PATCH] oops --- rollup.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/rollup.config.ts b/rollup.config.ts index a46c661..b3ca7fd 100644 --- a/rollup.config.ts +++ b/rollup.config.ts @@ -5,7 +5,6 @@ import livereload from "rollup-plugin-livereload"; import { terser } from "rollup-plugin-terser"; import sveltePreprocess from "svelte-preprocess"; import typescript from "@rollup/plugin-typescript"; -import webWorkerLoader from "rollup-plugin-web-worker-loader"; const production = !process.env.ROLLUP_WATCH; @@ -43,8 +42,6 @@ export default { file: "public/build/bundle.js", }, plugins: [ - webWorkerLoader(), - svelte({ preprocess: sveltePreprocess(),