diff options
Diffstat (limited to 'apps/workflowengine/webpack.js')
-rw-r--r-- | apps/workflowengine/webpack.js | 1 |
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: [ |