Skip to content

Commit

Permalink
feat(package.json): minifies dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaus committed Jul 25, 2018
1 parent 55f8874 commit 4bee5cd
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 @@ -10,7 +10,7 @@
"check-coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build": "npm-run-all --parallel build:*",
"build:main": "babel --copy-files --out-dir dist --ignore *.test.js src",
"build:main": "BABEL_ENV=production babel --copy-files --out-dir dist --ignore *.test.js src",
"build:umd": "webpack --output-filename index.umd.js --mode production",
"build:umd.min": "webpack --output-filename index.umd.min.js --mode production",
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 4bee5cd

Please sign in to comment.