mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22: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: {
|
externals: {
|
||||||
consolidate: 'commonjs consolidate',
|
consolidate: 'commonjs consolidate',
|
||||||
|
fsevents: 'commonjs fsevents',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user