From 619ef2c7a04ce8ae3e59084848393896891059b0 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 29 Oct 2020 07:25:45 -0700 Subject: [PATCH] add babel as plugin-webpack dependency --- plugins/plugin-webpack/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin-webpack/package.json b/plugins/plugin-webpack/package.json index 5cde6f4b1b..47c5f886b7 100644 --- a/plugins/plugin-webpack/package.json +++ b/plugins/plugin-webpack/package.json @@ -13,6 +13,7 @@ "access": "public" }, "dependencies": { + "@babel/core": "^7.0.0", "babel-loader": "^8.1.0", "core-js": "^3.5.0", "css-loader": "^4.3.0",