vue-jsx-vapor
Version:
Vapor Mode of Vue JSX
16 lines (14 loc) • 488 B
JavaScript
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
require('./core-CM75Ciyx.cjs');
const require_unplugin = require('./unplugin.cjs');
//#region src/rsbuild.ts
var rsbuild_default = (options = {}) => ({
name: "rsbuild:vue-jsx-vapor",
setup(api) {
api.modifyBundlerChain((chain) => {
chain.plugin("vue-jsx-vapor").use(require_unplugin.default.rspack(options));
});
}
});
//#endregion
exports.default = rsbuild_default;