From 2e7cbc5e1b5caed31cef9fc39c3dbc838478e03a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 11 Feb 2019 19:41:00 +0100 Subject: Move oauth2 to global webpack config Signed-off-by: Roeland Jago Douma --- apps/oauth2/webpack.prod.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 apps/oauth2/webpack.prod.js (limited to 'apps/oauth2/webpack.prod.js') diff --git a/apps/oauth2/webpack.prod.js b/apps/oauth2/webpack.prod.js deleted file mode 100644 index f081567bd63..00000000000 --- a/apps/oauth2/webpack.prod.js +++ /dev/null @@ -1,7 +0,0 @@ -const merge = require('webpack-merge') -const common = require('./webpack.common.js') - -module.exports = merge(common, { - mode: 'production', - devtool: '#source-map' -}) -- cgit v1.2.3