| Preserve errors thrown during asynchronous route-module initialization. In projects using `output: 'export'`, an invalid async route module currently reports its initialization failure as an unhandled rejection instead of failing the build. Make the build report failure with a nonzero exit status. Valid async route modules that are configured for static export must continue to build and emit their output successfully. | |