From 7f886541473fb73591a8930e322250cdc6496bfc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 3 Feb 2019 19:56:44 +0100 Subject: Move of files_versions to webpack * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma --- webpack.common.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'webpack.common.js') diff --git a/webpack.common.js b/webpack.common.js index 9a117ba4b3c..f6a0d0213ae 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -1,5 +1,10 @@ const core = require('./core/webpack'); const files_trashbin = require('./apps/files_trashbin/webpack') +const files_versions = require('./apps/files_versions/webpack'); const oauth2 = require('./apps/oauth2/webpack') -module.exports = [].concat(core, files_trashbin, oauth2); +module.exports = [].concat( + core, + files_trashbin, + files_versions, + oauth2); -- cgit v1.2.3