diff --git a/packages/babel-runtime/helpers/es6/toArray.js b/packages/babel-runtime/helpers/es6/toArray.js index e14a0feb30..13e9ef60ff 100644 --- a/packages/babel-runtime/helpers/es6/toArray.js +++ b/packages/babel-runtime/helpers/es6/toArray.js @@ -1,4 +1,4 @@ -import _Array$from from "../../core-js/array/from"; +import _Array$from from "@babel/runtime/core-js/array/from"; export default function _toArray(arr) { return Array.isArray(arr) ? arr : _Array$from(arr); } \ No newline at end of file diff --git a/packages/babel-runtime/helpers/toArray.js b/packages/babel-runtime/helpers/toArray.js index 6709feb464..a05e0cf359 100644 --- a/packages/babel-runtime/helpers/toArray.js +++ b/packages/babel-runtime/helpers/toArray.js @@ -1,4 +1,4 @@ -var _Array$from = require("../core-js/array/from"); +var _Array$from = require("@babel/runtime/core-js/array/from"); function _toArray(arr) { return Array.isArray(arr) ? arr : _Array$from(arr); diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 66257a026b..6ffbcf8608 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -12,7 +12,6 @@ "@babel/core": "7.0.0-beta.3", "@babel/plugin-check-es2015-constants": "7.0.0-beta.3", "@babel/plugin-external-helpers": "7.0.0-beta.3", - "babel-plugin-inline-replace-variables": "1.3.1", "@babel/plugin-syntax-async-generators": "7.0.0-beta.3", "@babel/plugin-syntax-class-properties": "7.0.0-beta.3", "@babel/plugin-syntax-decorators": "7.0.0-beta.3", @@ -80,7 +79,6 @@ "@babel/plugin-transform-runtime": "7.0.0-beta.3", "@babel/plugin-transform-strict-mode": "7.0.0-beta.3", "babel-plugin-transform-unicode-property-regex": "^2.0.5", - "@babel/preset-env": "2.0.0-alpha.19", "@babel/preset-es2015": "7.0.0-beta.3", "@babel/preset-es2016": "7.0.0-beta.3", "@babel/preset-es2017": "7.0.0-beta.3",