Skip to content

Commit

Permalink
fix: remove wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Dec 16, 2024
1 parent 5497d49 commit 47e7ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import OMT from '@surma/rollup-plugin-off-main-thread';
import copy from 'rollup-plugin-copy';
import json from '@rollup/plugin-json';
import url from '@rollup/plugin-url';
import { wasm } from '@rollup/plugin-wasm';
import typescript from '@rollup/plugin-typescript';
import replace from '@rollup/plugin-replace';
import resolve from '@rollup/plugin-node-resolve';
Expand All @@ -18,7 +17,6 @@ const wasmBindgenRayon = fs.readdirSync(

const nodePlugins = [
json(),
wasm(),
commonjs(),
typescript({
tsconfig: './tsconfig.rollup.json',
Expand Down

0 comments on commit 47e7ede

Please sign in to comment.