aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authoreeng5 <eleanor_eng@brown.edu>2020-02-09 14:59:57 -0500
committereeng5 <eleanor_eng@brown.edu>2020-02-09 14:59:57 -0500
commitdaa8898f70bd44d2716f1f0d3371a8435a3ff638 (patch)
treeccb2ea544eeed0413370cdd69e758faec6170690 /webpack.config.js
parent1e36055e3674fe33dd39f6ad79c969531f7b447c (diff)
parentf6179334d6f2942631caa17b7c8ae2531d87c7c4 (diff)
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into pen
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