diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-02-09 17:28:27 -0500 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-02-09 17:28:27 -0500 |
commit | 1eb3d60457d4fc0ae957832c3ab751b54a24cc21 (patch) | |
tree | c027231dfa734dc584735ef5d80e08b0f506b766 /webpack.config.js | |
parent | 5722979894b53805639407f856cea78a56d725f3 (diff) |
database
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 1a7c9286e..b5b6720bd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,7 +9,10 @@ module.exports = { devtool: "source-map", node: { fs: 'empty', - module: 'empty' + module: 'empty', + dns: 'mock', + tls: 'mock', + net: 'mock' }, output: { filename: "./bundle.js", |