Florian Metz
Florian Metz
Could be possible once v3.0 is out, will move to Presence Repo for now
Hey, I updated all the dependencies in the temp.zip and it does not seem to happen anymore, so I think this issue seems fixed!
Just gonna comment on this, I'm currently trying my best to implement this in a good type-safe way, so far it's looking good, taking a lot of inspiration from @aklinker1's...
The only thing I can think of is that they closed the dev server which would make sense since they are served via a localhost uri to allow for HMR....
Will look into this
> browser Will test it out in my extension in a few and report back issues if I encounter them
Tested and works just fine!
Could you try again with the latest version (v2.6.11) of the Extension, its working fine for me there
[unocss.zip](https://github.com/user-attachments/files/17245534/unocss.zip) Here's the starter template with vue and unocss Your `wxt.config.ts` should look like this: ```ts import { defineConfig } from "wxt"; import UnoCSS from "unocss/vite"; // See https://wxt.dev/api/config.html export...
@aklinker1 Should I make a wxt module for `unocss` or maybe add it to the vue one as an opt-in feature?