Skip to content

Commit

Permalink
add: rollup wasm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Jan 5, 2024
1 parent 45de6ff commit 94ec061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/turtle-install
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ npm i --save-dev \
importly@latest \
rollup@latest \
@rollup/plugin-node-resolve@latest \
@rollup/plugin-wasm@latest \
terser@latest \
chokidar@latest \
chokidar-cli@latest;
Expand Down
1 change: 1 addition & 0 deletions scripts/turtle-ts-app-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ polyfills="

rollup $path \
-p @rollup/plugin-node-resolve \
-p @rollup/plugin-wasm \
--format es \
--file $bundle \
&& echo "$polyfills$(cat $bundle)" > $bundle \
Expand Down

0 comments on commit 94ec061

Please sign in to comment.