diff --git a/webpack.config.js b/webpack.config.js index 19220b2..da139c2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -65,6 +65,7 @@ const nodeConfig = { }, externals: { consolidate: 'commonjs consolidate', + fsevents: 'commonjs fsevents', }, }