fix(core): update
This commit is contained in:
@ -26,7 +26,7 @@ export class TsBundleProcess {
|
||||
target: 'es2022',
|
||||
entryNames: plugins.path.parse(toArg).name,
|
||||
outdir: plugins.path.parse(toArg).dir,
|
||||
splitting: true,
|
||||
// splitting: true,
|
||||
tsconfig: paths.tsconfigPath
|
||||
});
|
||||
}
|
||||
@ -54,7 +54,7 @@ export class TsBundleProcess {
|
||||
entryNames: 'bundle',
|
||||
outdir: plugins.path.parse(toArg).dir,
|
||||
tsconfig: paths.tsconfigPath,
|
||||
splitting: true,
|
||||
// splitting: true,
|
||||
chunkNames: 'chunks/[name]-[hash]',
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user