Skip to content

Commit

Permalink
[fix]打包去掉本地地址
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Mar 8, 2024
1 parent 1a2ea95 commit 6c20ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"bundle-maplibregl": "cross-env BABEL_ENV=bundle yarn rollup -c build/rollup.config.js --environment BUILD:production,MINIFY:true,TYPE:maplibre",
"bundle:watch": "cross-env BABEL_ENV=bundle yarn rollup -c build/rollup.config.js --watch",
"publish:maplibregl": "yarn publish maplibregl-l7-render",
"publish:mapboxgl": "yarn publish mapboxgl-l7-render --registry=http://172.16.15.181:4873"
"publish:mapboxgl": "yarn publish mapboxgl-l7-render"
},
"browserslist": [
"last 2 version",
Expand Down

0 comments on commit 6c20ecc

Please sign in to comment.