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