aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-02-11 17:29:30 -0500
committeryipstanley <stanley_yip@brown.edu>2019-02-11 17:29:30 -0500
commit448f8880b50dc50090a596cafaf68d2f444ce3db (patch)
tree025ad6877131f51a9c419bc8c5316254e31521b5 /webpack.config.js
parenta33f178285505db54549ad3cec313daa914dc6e8 (diff)
parent1eb3d60457d4fc0ae957832c3ab751b54a24cc21 (diff)
Merge branch 'database' of https://github.com/browngraphicslab/Dash-Web into server_database_merge
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 478c900b2..f651e0e35 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -8,7 +8,10 @@ module.exports = {
devtool: "source-map",
node: {
fs: 'empty',
- module: 'empty'
+ module: 'empty',
+ dns: 'mock',
+ tls: 'mock',
+ net: 'mock'
},
output: {
filename: "./bundle.js",