summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index a182fd74244..117c6197916 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -1,3 +1,4 @@
const core = require('./core/webpack');
+const oauth2 = require('./apps/oauth2/webpack')
-module.exports = [].concat(core);
+module.exports = [].concat(core, oauth2);