Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a49b59 commit ba6980cCopy full SHA for ba6980c
package.json
@@ -25,18 +25,15 @@
25
"homepage": "https://andrewgryan.github.io/leaflet-html",
26
"license": "MIT",
27
"scripts": {
28
- "build": "microbundle --format esm",
29
- "watch": "microbundle watch -o ./docs/static --format esm",
+ "start": "vite",
+ "build": "vite build",
30
"test": "vitest",
31
"coverage": "vitest run --coverage",
32
- "coverage:watch": "vitest watch --coverage",
33
- "vite": "vite",
34
- "vite-build": "vite build"
+ "coverage:watch": "vitest watch --coverage"
35
},
36
"devDependencies": {
37
"@vitest/coverage-v8": "^1.6.0",
38
"happy-dom": "^14.10.1",
39
- "microbundle": "^0.15.1",
40
"prettier": "3.2.5",
41
"vite": "^5.4.10",
42
"vitest": "^1.6.0"
0 commit comments