UNPKG

@modern-js/server-core

Version:

A Progressive React Framework for modern web development.

10 lines (9 loc) 140 B
function warmup(bundles) { bundles.forEach((bundle) => { bundle && import(bundle).catch((_) => { }); }); } export { warmup };