diff --git a/index.mjs b/index.mjs index caac7a1..3475f63 100644 --- a/index.mjs +++ b/index.mjs @@ -3,7 +3,7 @@ import {readFileSync} from 'node:fs'; import {resolve, basename, extname, dirname, relative, join} from 'node:path'; -export function createConfig ({ +export function buildConfig ({ manifest: manifestPathRelative, scriptPlugins = [], sourcemap,