rsnext/packages/next/build/worker.ts
Tobias Koppers 8bbb1cd353
use a shared worker pool for collecting page data and static page generation (#27924)
this avoid loading all code twice and hopefully improving performance
2021-08-12 19:54:49 +00:00

2 lines
81 B
TypeScript

export * from './utils'
export { default as exportPage } from '../export/worker'