UNPKG

vue-jsx-vapor

Version:
16 lines (14 loc) 488 B
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;