feat(bundler): Introduce rspack bundler support and update multi-bundler workflow
This commit is contained in:
@ -2,7 +2,7 @@ export interface ICliOptions {
|
||||
commonjs?: boolean;
|
||||
skiplibcheck?: boolean;
|
||||
production?: boolean;
|
||||
bundler: 'parcel' | 'esbuild' | 'rollup' | 'rolldown'
|
||||
bundler: 'esbuild' | 'rolldown' | 'rspack'
|
||||
}
|
||||
|
||||
export interface IEnvTransportOptions {
|
||||
|
Reference in New Issue
Block a user