Scoped: remove unncessary deps from standalone [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 18:25:27 -04:00
parent eab0a1fadb
commit 919bdf5e79
3 changed files with 2 additions and 4 deletions

View File

@@ -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);
}

View File

@@ -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);

View File

@@ -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",