diff options
Diffstat (limited to 'apps/files_trashbin/webpack.js')
-rw-r--r-- | apps/files_trashbin/webpack.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/webpack.js b/apps/files_trashbin/webpack.js index 1856c08ae80..efe4330ef04 100644 --- a/apps/files_trashbin/webpack.js +++ b/apps/files_trashbin/webpack.js @@ -6,6 +6,6 @@ module.exports = { path: path.resolve(__dirname, './js'), publicPath: '/js/', filename: 'files_trashbin.js', - jsonpFunction: 'webpackJsonpFilesTrashbin' - } + jsonpFunction: 'webpackJsonpFilesTrashbin', + }, } |