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
diff options
context:
space:
mode:
Diffstat (limited to 'core/webpack.js')
-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: [