Skip to content

Commit

Permalink
changed rollup outpout to file
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Oct 19, 2020
1 parent 11a0965 commit a0ce086
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 @@ -54,7 +54,7 @@
"build": "yarn clean && yarn build:es5 && yarn build:es6 && yarn build:umd && yarn run build:umd:min && yarn build:copy",
"build:es5": "yarn tsc --build tsconfig.libes5.json",
"build:es6": "yarn tsc --build tsconfig.libes6.json",
"build:umd": "rollup dist/esm/index.js --format umd --name ZXingLibrary --sourceMap --output dist/umd/zxing-library.js",
"build:umd": "rollup dist/esm/index.js --format umd --name ZXingLibrary --sourceMap --file dist/umd/zxing-library.js",
"build:umd:min": "cd dist/umd && uglifyjs --compress --mangle --source-map --screw-ie8 --comments --o zxing-library.min.js -- zxing-library.js && gzip zxing-library.min.js -c > zxing-library.min.js.gz",
"build:copy": "cp README.md dist && cp package.json dist && cp LICENSE dist",
"shx": "./node_modules/.bin/shx",
Expand Down

0 comments on commit a0ce086

Please sign in to comment.