File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4747 "clean" : " shx rm -rf dist" ,
4848 "build" : " run-s format-json build:**" ,
4949 "build:browser" : " esbuild ./src/country-coder.ts --platform=browser --format=iife --global-name=countryCoder --bundle --sourcemap --outfile=./dist/country-coder.iife.js" ,
50- "build:cjs" : " esbuild ./src/country-coder.ts --platform=node --format=cjs --bundle --sourcemap --outfile=./dist/country-coder.cjs" ,
50+ "build:cjs" : " esbuild ./src/country-coder.ts --platform=node --format=cjs --bundle --sourcemap --external:which-polygon -- outfile=./dist/country-coder.cjs" ,
5151 "build:mjs" : " esbuild ./src/country-coder.ts --platform=neutral --format=esm --bundle --sourcemap --external:which-polygon --outfile=./dist/country-coder.mjs" ,
5252 "build:types" : " tsc" ,
5353 "format-json" : " node ./scripts/format-json.js" ,
You can’t perform that action at this time.
0 commit comments