// ... import Rexport from './plugin' export default defineConfig((config)=>({ plugins: [ vue(), Rexport(), // put it before Unocss() UnoCSS(), // ... ], }))