we do not do [platform] anymore
This commit is contained in:
parent
bd843e5317
commit
d750550c8d
|
@ -5,7 +5,7 @@ import {resolve, basename, extname, dirname, relative, join} from 'node:path';
|
||||||
|
|
||||||
export function buildConfig ({
|
export function buildConfig ({
|
||||||
manifest: manifestPathRelative,
|
manifest: manifestPathRelative,
|
||||||
outDir = 'build/[platform]',
|
outDir,
|
||||||
scriptPlugins = [],
|
scriptPlugins = [],
|
||||||
sourcemap,
|
sourcemap,
|
||||||
}) {
|
}) {
|
||||||
|
|
Loading…
Reference in a new issue