summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-10 09:58:52 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-26 13:22:35 +0100
commitfa9c206fc8b9b01e79ff7d221a26f037a472e6ef (patch)
tree41282ab5161ada327153ab90cbb96417ccd01f74 /apps/workflowengine/src
parent62403d0932be7d620c7bdadc6b4e13eb496fcd6f (diff)
downloadnextcloud-server-fa9c206fc8b9b01e79ff7d221a26f037a472e6ef.tar.gz
nextcloud-server-fa9c206fc8b9b01e79ff7d221a26f037a472e6ef.zip
Migrate from @babel/polyfill to core-js@3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/workflowengine/src')
-rw-r--r--apps/workflowengine/src/workflowengine.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/workflowengine/src/workflowengine.js b/apps/workflowengine/src/workflowengine.js
index 7e5456f5cb2..b212e6be844 100644
--- a/apps/workflowengine/src/workflowengine.js
+++ b/apps/workflowengine/src/workflowengine.js
@@ -20,8 +20,6 @@
*
*/
-import '@babel/polyfill'
-
import Vue from 'vue'
import Vuex from 'vuex'
import store from './store'