rsnext/packages/next/export
JJ Kasper 348115036c
Ensure no-op export returns without error (#23752)
This ensures we don't reach the invariant from trying to create the export progress with no items during `next build` or `next export` by returning immediately when we notice there are no paths being exported. Additional tests have been added to ensure these cases don't error. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added

Fixes: https://github.com/vercel/next.js/issues/23724
2021-04-06 17:12:23 +00:00
..
index.ts Ensure no-op export returns without error (#23752) 2021-04-06 17:12:23 +00:00
worker.ts Ensure default fallback values are correct with i18n (#23675) 2021-04-04 14:09:20 +00:00