update babel

This commit is contained in:
spalger 2015-08-07 13:58:05 -07:00
parent b4fe366c58
commit 12466d6969
2 changed files with 3 additions and 4 deletions

View file

@ -58,10 +58,9 @@
"auto-preload-rjscommon-deps-loader": "^1.0.4",
"autoprefixer": "^5.2.0",
"autoprefixer-loader": "^2.0.0",
"babel": "^5.8.19",
"babel-core": "^5.8.19",
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.19",
"bluebird": "^2.9.27",
"boom": "^2.8.0",
"bootstrap": "^3.3.5",

View file

@ -45,7 +45,7 @@ module.exports = async (kbnServer, server, config) => {
try {
server.log(
['info', 'optimize'],
`Optimizing bundles for ${bundleIds.join(', ')}. This may take a few minutes.`
`Optimizing and caching bundles for ${bundleIds.join(', ')}. This may take a few minutes.`
);
let start = Date.now();