## Current Behavior We do not have a generator that can scaffold a react or vue app using rsbuild. ## Expected Behavior Update the react application generator to support a bundler option of rsbuild Update the vue application generator to support a bundler option of rsbuild
9 lines
306 B
TypeScript
9 lines
306 B
TypeScript
export { addBuildPlugin } from './src/utils/add-build-plugin';
|
|
export {
|
|
addCopyAssets,
|
|
addHtmlTemplatePath,
|
|
addExperimentalSwcPlugin,
|
|
} from './src/utils/ast-utils';
|
|
export * as versions from './src/utils/versions';
|
|
export { getRsbuildE2EWebServerInfo } from './src/utils/e2e-web-server-info-utils';
|