Skip to content

Commit

Permalink
chore: fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
fnumatic committed Dec 10, 2022
1 parent 4210bbc commit ef820ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions esbuild.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@

],

"watch": true,
"target": "es2016",
"logLevel": "info",
"sourcemap": "inline",
"treeShaking": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "obsidian-plugin dev -e esbuild.config.json -S src/styles.css src/main.ts ",
"type-check": "tsc --noEmit",
"build": "obsidian-plugin build -e esbuild.config.js -S src/styles.css src/main.ts ",
"build": "obsidian-plugin build -e esbuild.config.json -S src/styles.css src/main.ts ",
"release:dry": "standard-version -t '' --dry-run",
"release": "standard-version -t '' -a",
"test": "jest",
Expand Down

0 comments on commit ef820ad

Please sign in to comment.