Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtlw committed Sep 25, 2020
1 parent 67c0935 commit 811a4b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -43,8 +42,6 @@ export default {
file: "public/build/bundle.js",
},
plugins: [
webWorkerLoader(),

svelte({
preprocess: sveltePreprocess(),

Expand Down

0 comments on commit 811a4b7

Please sign in to comment.