diff --git a/.babelrc b/.babelrc index 353bc18..90465fb 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,6 @@ "extends": "../../.babelrc", "plugins": [ "@babel/proposal-class-properties", - "@babel/proposal-object-rest-spread", - "rewire-exports" + "@babel/proposal-object-rest-spread" ] } diff --git a/package.json b/package.json index 1aa0606..371a3d3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "@types/node": "^12.7.2", "@typescript-eslint/eslint-plugin": "^1.3.0", "@typescript-eslint/parser": "^1.3.0", - "babel-plugin-rewire-exports": "^1.1.0", "chai": "^4.2.0", "codecov": "^3.1.0", "eslint": "^5.14.1",