summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js
index 4e2d6b70d..dac074c0b 100644
--- a/webapp/webpack.config.js
+++ b/webapp/webpack.config.js
@@ -88,7 +88,8 @@ var config = {
],
resolve: {
alias: {
- jquery: 'jquery/dist/jquery'
+ jquery: 'jquery/dist/jquery',
+ superagent: 'node_modules/superagent/lib/client'
},
modules: [
'node_modules',