Revert "Updating devDependencies for "js-compile" script."

This reverts commit 03ed07ba8e.
pull/2164/head
Aleksandr Rogozin 2019-07-13 00:01:56 +03:00
parent 03ed07ba8e
commit 78c74fda2f
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ export default {
plugins: [ plugins: [
babel({ babel({
exclude: 'node_modules/**', exclude: 'node_modules/**',
babelHelpers: "external" externalHelpers: true
}) })
] ]
} }

View File

@ -82,10 +82,10 @@
"toastr": "^2.1.4" "toastr": "^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.5.0", "@babel/cli": "^7.4.4",
"@babel/core": "^7.5.4", "@babel/core": "^7.4.5",
"@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.5.4", "@babel/preset-env": "^7.4.5",
"autoprefixer": "^8.6.5", "autoprefixer": "^8.6.5",
"babel-eslint": "^8.2.6", "babel-eslint": "^8.2.6",
"browser-sync": "^2.26.7", "browser-sync": "^2.26.7",
@ -101,8 +101,8 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"path": "^0.12.7", "path": "^0.12.7",
"postcss-cli": "^5.0.1", "postcss-cli": "^5.0.1",
"rollup": "^1.16.7", "rollup": "^1.15.1",
"rollup-plugin-babel": "^5.0.0-alpha.0", "rollup-plugin-babel": "^4.3.2",
"style-loader": "^0.19.1", "style-loader": "^0.19.1",
"uglify-js": "^3.6.0" "uglify-js": "^3.6.0"
} }