Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-09-07 12:09:25 +0300
committerGitHub <noreply@github.com>2019-09-07 12:09:25 +0300
commit57437e8fc845e990042dc2b497b25d87f1ce1c21 (patch)
treec75e397bd7e31257863ccd9a471624c63006fb65 /core
parent1cfb8513004864640be506b5ed288dea85d79855 (diff)
parent41fd71fb82f5b1205410ec9b4ef8b9993bf49578 (diff)
Merge pull request #16977 from nextcloud/bugfix/noid/webpack-jsonp
Use different jsonpFunction for entry points
Diffstat (limited to 'core')
-rw-r--r--core/webpack.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/webpack.js b/core/webpack.js
index 1cbd381aa4a..b421e12a567 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -10,7 +10,8 @@ module.exports = [
},
output: {
filename: '[name].js',
- path: path.resolve(__dirname, 'js/dist')
+ path: path.resolve(__dirname, 'js/dist'),
+ jsonpFunction: 'webpackJsonpCore'
},
module: {
rules: [