Scoped: remove unncessary deps from standalone [skip ci]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user