Skip to content

Commit

Permalink
Update packages/babel-preset-env/src/filter-items.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 7, 2021
1 parent 8592a51 commit b0409b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-preset-env/src/filter-items.js
Expand Up @@ -3,6 +3,7 @@
import { lt } from "semver";
import { minVersions } from "./available-plugins";

// $FlowIgnore
const has = Function.call.bind(Object.hasOwnProperty);

export function removeUnnecessaryItems(
Expand Down

0 comments on commit b0409b3

Please sign in to comment.