mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
fix: build issue with fsevents on macOS
This commit is contained in:
committed by
Thomas Vaillant
parent
e3b74be059
commit
9f2a25c251
@@ -36,6 +36,9 @@ module.exports = withBundleAnalyzer({
|
||||
return /node_modules/.test(excludePath.replace(config.context, ""));
|
||||
};
|
||||
|
||||
// To avoid issues with fsevents during the build, especially on macOS
|
||||
config.externals.push("chokidar");
|
||||
|
||||
return config;
|
||||
},
|
||||
future: {
|
||||
|
||||
Reference in New Issue
Block a user