Closed Barbapapazes closed 2 months ago
Hello 👋,
This PR tries to unify the way configuration errors are handled by creating a single function handleMissingConfiguration.
handleMissingConfiguration
This is the first PR in a series trying to simplify each provider event handler and standardize errors and reducing code redundancy.
This reduce the bundle size (dist/runtime) from 84.1ko to 83.7ko
dist/runtime
Hello 👋,
This PR tries to unify the way configuration errors are handled by creating a single function
handleMissingConfiguration
.This is the first PR in a series trying to simplify each provider event handler and standardize errors and reducing code redundancy.
This reduce the bundle size (
dist/runtime
) from 84.1ko to 83.7ko