We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c0935 commit 811a4b7Copy full SHA for 811a4b7
rollup.config.ts
@@ -5,7 +5,6 @@ import livereload from "rollup-plugin-livereload";
5
import { terser } from "rollup-plugin-terser";
6
import sveltePreprocess from "svelte-preprocess";
7
import typescript from "@rollup/plugin-typescript";
8
-import webWorkerLoader from "rollup-plugin-web-worker-loader";
9
10
const production = !process.env.ROLLUP_WATCH;
11
@@ -43,8 +42,6 @@ export default {
43
42
file: "public/build/bundle.js",
44
},
45
plugins: [
46
- webWorkerLoader(),
47
-
48
svelte({
49
preprocess: sveltePreprocess(),
50
0 commit comments