XLor

Results 8 comments of XLor

> @yjl9903 did you make it work? 😂 Use cdn instead of importing it in node.js...

> Ah, sorry! I got confused. > > @yjl9903 Please give it another shot when you get a chance, and let us know if the issue is fixed. Thanks! When...

Hi @matthewp @antfu, Unocss dev HMR does not work in astro. And I tried to debug it with vite-plugin-inspect. When using astro, I found the vite-css:post plugin does not generate...

Maybe you can: 1. Write a simple http server to run terminal command; 2. Use https://github.com/antfu/vite-plugin-vue-server-ref (slidev also uses it to share states in draw and prensentor mode); 3. Create...

slidev can render the content correctly, but it costs very long time to setup. It is caused by vite-plugin-windicss trying to scan too much files in the node_modules of the...

Yes. Maybe we can display some notification after pressing `cmd-S`, i.e. fake message like "Things have been saved" or help message "There is no need to save manually". And we...

It does not support it now. When running the dev server, the only thing that this plugin will do is to **automatically start a wrangler pages function dev server** under...

If we want to support advanced mode, I think we can write a static assets handler function like this: ```js // _worker.js import { handleStaticAssets } from 'vite-plugin-cloudflare-functions/worker'; export default...