aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/webpack.js')
-rw-r--r--apps/oauth2/webpack.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/oauth2/webpack.js b/apps/oauth2/webpack.js
deleted file mode 100644
index 23b9b76b31b..00000000000
--- a/apps/oauth2/webpack.js
+++ /dev/null
@@ -1,11 +0,0 @@
-const path = require('path')
-
-module.exports = {
- entry: path.join(__dirname, 'src', 'main.js'),
- output: {
- path: path.resolve(__dirname, './js'),
- publicPath: '/js',
- filename: 'oauth2.js',
- jsonpFunction: 'webpackJsonpOauth'
- }
-}