avyvar's picture
Add files using upload-large-folder tool
6a59bc4 verified
|
Raw
History Blame Contribute Delete
422 Bytes

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.