From d3e114363bb16bb77eafbe4a995708436f255ecc Mon Sep 17 00:00:00 2001 From: Lyrkan <850046+Lyrkan@users.noreply.github.com> Date: Mon, 15 Jul 2019 22:20:55 +0200 Subject: [PATCH] [Encore] Add regenerator-runtime to default dependencies --- symfony/webpack-encore-bundle/1.0/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/symfony/webpack-encore-bundle/1.0/package.json b/symfony/webpack-encore-bundle/1.0/package.json index 56f4b194..858cf4ae 100644 --- a/symfony/webpack-encore-bundle/1.0/package.json +++ b/symfony/webpack-encore-bundle/1.0/package.json @@ -2,6 +2,7 @@ "devDependencies": { "@symfony/webpack-encore": "^0.27.0", "core-js": "^3.0.0", + "regenerator-runtime": "^0.13.2", "webpack-notifier": "^1.6.0" }, "license": "UNLICENSED",