From 9d2439cdf409d165e9f51c5d88c6c3209d04c328 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 11 Jun 2018 20:02:55 -0700 Subject: [PATCH] pkg: minor. --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fac482e..d8fcf2c 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,17 @@ "webpack": "webpack --mode production --config webpack.config.js" }, "devDependencies": { - "babelify": "^8.0.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", + "babel-plugin-transform-runtime": "^6.23.0", + "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", + "babelify": "^8.0.0", "browserify": "^16.2.2", "eslint": "^4.19.1", "mocha": "^5.2.0", - "uglifyjs-webpack-plugin": "^1.2.5", "uglify-es": "^3.3.9", + "uglifyjs-webpack-plugin": "^1.2.5", "webpack": "^4.11.1", "webpack-cli": "^3.0.3" },