aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
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