From c484fdf0e968dcc08d9374200633a72436040a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sat, 6 Jul 2019 22:14:01 +0800 Subject: [PATCH] :zap: Remove @babel/plugin-transform-typescript dep https://github.com/babel/babel/pull/10167 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3b648bd9339c..e74c266935f4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "@ant-design/create-react-context": "^0.2.4", "@ant-design/icons": "~2.1.1", "@ant-design/icons-react": "~2.0.1", - "@babel/plugin-transform-typescript": "~7.4.5", "@types/react-slick": "^0.23.4", "array-tree-filter": "^2.1.0", "babel-runtime": "6.x",