pull/836/head
Divyansh Singh 3 years ago committed by GitHub
parent 3293c53157
commit 89e8801f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ import { bundle, okMark, failMark } from './bundle'
export async function build(
root: string,
buildOptions: BuildOptions & { mpa?: string } = {}
buildOptions: BuildOptions & { base?:string; mpa?: string } = {}
) {
const start = Date.now()

Loading…
Cancel
Save