Prevent fsevents from being bundled (fixes native module webpack error)

This commit is contained in:
Max Goodhart
2020-07-25 21:48:43 -07:00
parent 36fe472fdc
commit e8839db60d

View File

@@ -65,6 +65,7 @@ const nodeConfig = {
},
externals: {
consolidate: 'commonjs consolidate',
fsevents: 'commonjs fsevents',
},
}