UNPKG

vite-plugin-vue-style-bundler

Version:

`Automatically extract the `css` in `Vue` components and bundle them into the `js` source code, and then automatically insert the style into the head at runtime.

5 lines (4 loc) 144 B
import less from "less" export default async function (code:string,options:Less.Options){ return (await less.render(code,options)).css }