Skip to content

Commit f5c8e27

Browse files
committed
Minify build
1 parent b50dc96 commit f5c8e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"type": "module",
3535
"main": "index.js",
3636
"scripts": {
37-
"build": "esbuild index.js --bundle --outdir=dist",
37+
"build": "esbuild index.js --bundle --minify --sourcemap --outdir=dist",
3838
"clean": "shx rm -rf dist build",
3939
"format": "prettier --write --list-different .",
4040
"start": "shx cp -r example dist && open 'http://127.0.0.1:8000/example/#map=4/40.5/-94&language=got' && esbuild index.js --bundle --outdir=dist --servedir=dist --watch",

0 commit comments

Comments
 (0)