diff --git a/.babelrc b/.babelrc index 6483c734..98a65280 100644 --- a/.babelrc +++ b/.babelrc @@ -1,9 +1,4 @@ { - "env": { - "development": { - "plugins": [ "typecheck" ] - } - }, "optional": [ "es7.classProperties", "runtime" diff --git a/package.json b/package.json index 889b7588..15ea54a9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "babel-core": "^5.8.23", "babel-eslint": "^4.1.1", "babel-loader": "^5.3.2", - "babel-plugin-typecheck": "^1.2.0", "babel-runtime": "^5.8.20", "css-loader": "^0.18.0", "eslint": "^1.3.1",