feat(bundler): Introduce rspack bundler support and update multi-bundler workflow
This commit is contained in:
@ -61,7 +61,7 @@ export class TsBundleProcess {
|
||||
format: 'esm',
|
||||
target: 'es2022',
|
||||
minify: true,
|
||||
entryNames: 'bundle',
|
||||
entryNames: plugins.path.parse(toArg).name,
|
||||
outdir: plugins.path.parse(toArg).dir,
|
||||
tsconfig: paths.tsconfigPath,
|
||||
splitting: false,
|
||||
|
Reference in New Issue
Block a user