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