diff options
Diffstat (limited to 'apps/files_sharing/webpack.js')
-rw-r--r-- | apps/files_sharing/webpack.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/webpack.js b/apps/files_sharing/webpack.js index a8b94432683..3fc0628b202 100644 --- a/apps/files_sharing/webpack.js +++ b/apps/files_sharing/webpack.js @@ -10,6 +10,7 @@ module.exports = { path: path.resolve(__dirname, './js/dist/'), publicPath: '/js/', filename: '[name].js', - chunkFilename: 'files_sharing.[id].js?v=[chunkhash]' + chunkFilename: 'files_sharing.[id].js?v=[chunkhash]', + jsonpFunction: 'webpackJsonpFilesSharing' } } |