diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-08-06 16:01:57 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-08-06 16:01:57 -0400 |
commit | 06b59a4ec2f1871846696da22928fc7d54ae02d6 (patch) | |
tree | 8aab4903259bc1ccd892125cf927d774e5b5fe45 /webpack.config.js | |
parent | a8a3af0193cc423fc7b0cff4ca9ff1a9074a7998 (diff) |
word2vec is functional
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 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 |