aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-08-06 16:01:57 -0400
committerab <abdullah_ahmed@brown.edu>2019-08-06 16:01:57 -0400
commit06b59a4ec2f1871846696da22928fc7d54ae02d6 (patch)
tree8aab4903259bc1ccd892125cf927d774e5b5fe45 /webpack.config.js
parenta8a3af0193cc423fc7b0cff4ca9ff1a9074a7998 (diff)
word2vec is functional
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 5e0a6a883..6a14dfcda 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -93,5 +93,8 @@ module.exports = {
warnings: true,
errors: true
}
- }
+ },
+ externals: [
+ 'child_process'
+ ]
}; \ No newline at end of file