Skip to content

Commit

Permalink
build: rollback to .mjs extension for esbuild config
Browse files Browse the repository at this point in the history
This is required for compatibility with obsidian-plugin-cli
  • Loading branch information
gavvvr committed Jun 27, 2024
1 parent d2baefe commit 995b19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "main.js",
"type": "module",
"scripts": {
"dev": "node esbuild.config.js",
"dev": "node esbuild.config.mjs",
"test": "vitest --coverage",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.js production",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"prepare": "husky",
"commit": "git-cz",
"test:e2e": "wdio run ./test/e2e/wdio.conf.ts"
Expand Down

0 comments on commit 995b19b

Please sign in to comment.