Skip to content

Commit 811a4b7

Browse files
committed
oops
1 parent 67c0935 commit 811a4b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rollup.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import livereload from "rollup-plugin-livereload";
55
import { terser } from "rollup-plugin-terser";
66
import sveltePreprocess from "svelte-preprocess";
77
import typescript from "@rollup/plugin-typescript";
8-
import webWorkerLoader from "rollup-plugin-web-worker-loader";
98

109
const production = !process.env.ROLLUP_WATCH;
1110

@@ -43,8 +42,6 @@ export default {
4342
file: "public/build/bundle.js",
4443
},
4544
plugins: [
46-
webWorkerLoader(),
47-
4845
svelte({
4946
preprocess: sveltePreprocess(),
5047

0 commit comments

Comments
 (0)