From 15d682e86b122461a7cd99a2f4f3ac7084fb2dd7 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 26 Sep 2020 14:31:15 +0300 Subject: [PATCH] Add babel cli --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9f2f5b926..3a293ce85 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", + "@babel/cli": "^7.4.4", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0-0", "node-sass": "^4.12.0",