mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-25 06:32:49 -05:00
Prevent fsevents from being bundled (fixes native module webpack error)
This commit is contained in:
@@ -65,6 +65,7 @@ const nodeConfig = {
|
||||
},
|
||||
externals: {
|
||||
consolidate: 'commonjs consolidate',
|
||||
fsevents: 'commonjs fsevents',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user