Searched refs:bundleAsync (Results 1 – 6 of 6) sorted by relevance
3 import { bundleAsync, BundleOutput } from './fork-bundleAsync';25 const bundles = await bundleAsync(
59 export async function bundleAsync( function
36 async function bundleAsync() {61 const route = bundleAsync();
34 await bundler.bundleAsync({
41 await devServer.bundleAsync({ mode: 'development', clear: true });
98 async bundleAsync({ mode, clear }: { mode: 'development' | 'production'; clear: boolean }) { method in WebpackBundlerDevServer