chore: remove node-fetch and change the platform back to browser.

This commit is contained in:
Jiaxin Peng
2024-11-20 22:17:49 +00:00
parent 1344c14933
commit a573ef728d
3 changed files with 9 additions and 4 deletions

View File

@@ -41,7 +41,6 @@ const ctx = await esbuild.context({
"@codemirror/view",
...builtins,
],
platform: "node",
format: "cjs",
target: "es2016",
logLevel: "info",