From f6db2ed8dd760df8d61ae5c843107bd768b05b32 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 13 Dec 2019 13:08:29 +0000 Subject: [PATCH] Remove babel-plugin-transform-async-to-bluebird --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 930a62044c..24b86c1980 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,6 @@ "babel-loader": "^7.1.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", - "babel-plugin-transform-async-to-bluebird": "^1.1.1", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0",