From 2872d9511cddd478784609c8c918a5705dff0bf3 Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Sun, 3 Jun 2018 21:26:18 +0900 Subject: [PATCH] chore: add babel-plugin-syntax-jsx as peerDependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 569ff94..41b79b4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "esutils": "^2.0.2" }, "peerDependencies": { - "babel-helper-vue-jsx-merge-props": "^2.0.0" + "babel-helper-vue-jsx-merge-props": "^2.0.0", + "babel-plugin-syntax-jsx": "^6.0.0" }, "devDependencies": { "babel-cli": "^6.26.0",