Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Jun 6, 2024
1 parent 298fb3c commit 2958a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const ARGV_PRODUCTION = 2,
drop: [],
entryPoints: ["sources/main.ts", "sources/styles.css"],
external: [
"@capacitor/*",
"@codemirror/*",
"@lezer/*",
"electron",
Expand Down Expand Up @@ -54,7 +53,6 @@ const ARGV_PRODUCTION = 2,
color: true,
define: { "globalThis.process": "undefined", process: "undefined" },
external: [
"@capacitor/*",
"@codemirror/*",
"@lezer/*",
"electron",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"dependencies": {
"@aidenlx/esbuild-plugin-inline-worker": "^1.0.1",
"@capacitor/core": "^6.0.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.27.0",
"@polyipseity/obsidian-plugin-library": "^1.25.0",
Expand Down

0 comments on commit 2958a5d

Please sign in to comment.