diff --git a/packages/babel/src/util.js b/packages/babel/src/util.js index cae389e318..61b5ca8b56 100644 --- a/packages/babel/src/util.js +++ b/packages/babel/src/util.js @@ -8,7 +8,6 @@ import contains from "lodash/collection/contains"; import traverse from "./traversal"; import isString from "lodash/lang/isString"; import isRegExp from "lodash/lang/isRegExp"; -import Module from "module"; import isEmpty from "lodash/lang/isEmpty"; import parse from "./helpers/parse"; import path from "path";