Skip to content

Commit 4cdcd9f

Browse files
committed
esbuild can't bundle native dependencies, so.... don't
1 parent 24a070d commit 4cdcd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function main() {
121121
plugins,
122122
entryPoints: ["extension.ts"],
123123
outfile: "dist/extension.js",
124-
external: ["vscode"],
124+
external: ["vscode", "sqlite3"],
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)