Skip to content

Commit 3998829

Browse files
authored
Merge pull request #12 from JuliaPluto/alpha
build(deps): update rainbow@0.6.12 to drop jsdom from polyfill
2 parents 7527cdd + 3b691c4 commit 3998829

File tree

4 files changed

+119
-26
lines changed

4 files changed

+119
-26
lines changed

esbuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function main() {
5252
sourcesContent: false,
5353
platform: "node",
5454
outfile: "dist/extension.cjs",
55-
external: ["vscode", "jsdom", "ws"],
55+
external: ["vscode"],
5656
logLevel: "silent",
5757
loader: {
5858
".md": "text", // Load markdown files as text

0 commit comments

Comments
 (0)