Skip to content

Commit

Permalink
try using esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 19, 2024
1 parent afca323 commit 655d8f7
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 19 deletions.
9 changes: 9 additions & 0 deletions diesel-wasm-sqlite/esbuild.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const esbuild = require("esbuild");

esbuild.build({
entryPoints: ["package.js"],
bundle: true,
outfile: "src/package.js",
format: "esm",
minify: true,
}).catch(() => process.exit(1));
9 changes: 0 additions & 9 deletions diesel-wasm-sqlite/js-to-rust-test/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions diesel-wasm-sqlite/js-to-rust-test/yarn.lock

This file was deleted.

Loading

0 comments on commit 655d8f7

Please sign in to comment.