Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6980c

Browse files
committed
remove microbundle
1 parent 6a49b59 commit ba6980c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,15 @@
2525
"homepage": "https://andrewgryan.github.io/leaflet-html",
2626
"license": "MIT",
2727
"scripts": {
28-
"build": "microbundle --format esm",
29-
"watch": "microbundle watch -o ./docs/static --format esm",
28+
"start": "vite",
29+
"build": "vite build",
3030
"test": "vitest",
3131
"coverage": "vitest run --coverage",
32-
"coverage:watch": "vitest watch --coverage",
33-
"vite": "vite",
34-
"vite-build": "vite build"
32+
"coverage:watch": "vitest watch --coverage"
3533
},
3634
"devDependencies": {
3735
"@vitest/coverage-v8": "^1.6.0",
3836
"happy-dom": "^14.10.1",
39-
"microbundle": "^0.15.1",
4037
"prettier": "3.2.5",
4138
"vite": "^5.4.10",
4239
"vitest": "^1.6.0"

0 commit comments

Comments
 (0)