The reason we accept null and undefined is because we want to be able to offer beautiful DX: overrides: [ process.env.NODE_ENV === 'production' ? prodEmailer : null, ]
The reason we accept null and undefined is because we want to be able to offer beautiful DX: overrides: [ process.env.NODE_ENV === 'production' ? prodEmailer : null, ]