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 b50dc96 commit f5c8e27Copy full SHA for f5c8e27
package.json
@@ -34,7 +34,7 @@
34
"type": "module",
35
"main": "index.js",
36
"scripts": {
37
- "build": "esbuild index.js --bundle --outdir=dist",
+ "build": "esbuild index.js --bundle --minify --sourcemap --outdir=dist",
38
"clean": "shx rm -rf dist build",
39
"format": "prettier --write --list-different .",
40
"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