feature(package) scripts: 6to5:client: add --progress

This commit is contained in:
coderaiser 2017-02-14 10:21:18 +02:00
parent a676df2c6c
commit b4193e24b5

View file

@ -83,11 +83,11 @@
"report": "nyc report --reporter=text-lcov | coveralls",
"6to5:bin": "babel bin -d legacy/bin",
"6to5:server": "babel server -d server_",
"6to5:client": "webpack",
"6to5:client:debug": "NODE_ENV=debug webpack",
"watch:client": "webpack --watch",
"6to5:client": "webpack --progress",
"6to5:client:debug": "NODE_ENV=debug redrun 6to5:client",
"watch:client": "redrun 6to5:client -- --watch",
"w:c": "redrun watch:client",
"watch:client:debug": "NODE_ENV=debug webpack --watch",
"watch:client:debug": "redrun 6to5:client:debug -- --watch",
"w:c:d": "redrun watch:client:debug",
"build": "redrun rm:* 6to5:* mkdir:* legacy:*",
"legacy:package": "echo \"module.exports = require('../package');\" > legacy/package.js",