summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-09-03 10:55:06 +0200
committerJulius Härtl <jus@bitgrid.net>2019-09-06 11:10:11 +0200
commite6e73b636f016c2bfa661411ba9fc73d5dadfd07 (patch)
tree66bb64bf1cc9738cfb78e4152ad340cceb99defc /apps/workflowengine
parent1a7310f4b34a6665ced59b6e1d2a0598243462d9 (diff)
downloadnextcloud-server-e6e73b636f016c2bfa661411ba9fc73d5dadfd07.tar.gz
nextcloud-server-e6e73b636f016c2bfa661411ba9fc73d5dadfd07.zip
Use different jsonpFunction
This avoids issues when multiple entrypoints try to asynchronously load chunks on the same page Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/webpack.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/webpack.js b/apps/workflowengine/webpack.js
index 80ec96da675..76e46261f93 100644
--- a/apps/workflowengine/webpack.js
+++ b/apps/workflowengine/webpack.js
@@ -6,6 +6,7 @@ module.exports = {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'workflowengine.js',
+ jsonpFunction: 'webpackJsonpWorkflowengine'
},
module: {
rules: [