about summary refs log tree commit diff
path: root/yarn.lock
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-14 19:59:40 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-14 12:59:40 +0200
commit882e4f53221b13ead821093561ae4b665cea3a35 (patch)
tree9c03685a140275eacd5dbf393a3e3083e9b7761d /yarn.lock
parentbc1a91f4cd6d4b8fc0655321a2f7506f29ba6222 (diff)
Remove Babel plugin for ES Modules (#2975)
* Remove Babel plugin for ES Modules

Processing of ES Modules is executed by Webpack.
Don't have to do it on Babel side.

* Add plugin for test
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock11
1 files changed, 1 insertions, 10 deletions
diff --git a/yarn.lock b/yarn.lock
index a0bdb7af2..99cde63c6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -718,16 +718,7 @@ babel-plugin-transform-class-properties@6.16.0:
     babel-plugin-syntax-class-properties "^6.8.0"
     babel-runtime "^6.9.1"
 
-babel-plugin-transform-class-properties@^6.22.0:
-  version "6.22.0"
-  resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.22.0.tgz#aa78f8134495c7de06c097118ba061844e1dc1d8"
-  dependencies:
-    babel-helper-function-name "^6.22.0"
-    babel-plugin-syntax-class-properties "^6.8.0"
-    babel-runtime "^6.22.0"
-    babel-template "^6.22.0"
-
-babel-plugin-transform-class-properties@^6.24.1:
+babel-plugin-transform-class-properties@^6.22.0, babel-plugin-transform-class-properties@^6.24.1:
   version "6.24.1"
   resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
   dependencies: