Skip to content

Commit de6a1a8

Browse files
committed
feat: emit sourcemap
1 parent 604e4cf commit de6a1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@picojs/pico",
33
"description": "Ultra-tiny web framework for Web-Standard runtime",
4-
"version": "0.0.5",
4+
"version": "0.0.4",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"files": [
88
"dist"
99
],
1010
"scripts": {
1111
"test": "jest",
12-
"esbuild": "esbuild --bundle --minify ./src/index.ts --outdir=./dist --format=esm",
12+
"esbuild": "esbuild --bundle --minify ./src/index.ts --outdir=./dist --format=esm --sourcemap",
1313
"build": "rimraf dist && yarn esbuild && yarn tsc",
1414
"tsc": "tsc --emitDeclarationOnly --declaration",
1515
"lint": "eslint -c .eslintrc.js src/**.ts",
@@ -56,4 +56,4 @@
5656
"rimraf": "^3.0.2",
5757
"typescript": "^4.9.3"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)