Skip to content

Commit 9e18cca

Browse files
Merge pull request #3338 from Kilo-Org/eamon/FixAutoCompleteLruCacheBundling
esbuild can't bundle native dependencies, so.... don't
2 parents 24a070d + 4cdcd9f commit 9e18cca

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)