diff options
author | eeng5 <eleanor_eng@brown.edu> | 2020-02-09 14:59:57 -0500 |
---|---|---|
committer | eeng5 <eleanor_eng@brown.edu> | 2020-02-09 14:59:57 -0500 |
commit | daa8898f70bd44d2716f1f0d3371a8435a3ff638 (patch) | |
tree | ccb2ea544eeed0413370cdd69e758faec6170690 /webpack.config.js | |
parent | 1e36055e3674fe33dd39f6ad79c969531f7b447c (diff) | |
parent | f6179334d6f2942631caa17b7c8ae2531d87c7c4 (diff) |
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into pen
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 |