aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/webpack.js')
-rw-r--r--apps/files_trashbin/webpack.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_trashbin/webpack.js b/apps/files_trashbin/webpack.js
index fbf378933ba..1856c08ae80 100644
--- a/apps/files_trashbin/webpack.js
+++ b/apps/files_trashbin/webpack.js
@@ -5,6 +5,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
- filename: 'files_trashbin.js'
+ filename: 'files_trashbin.js',
+ jsonpFunction: 'webpackJsonpFilesTrashbin'
}
}