Alex

Results 50 comments of Alex

I want to try to implement this feature, but I'm unsure if it will be part of the `composite` rule or maybe create a new type like the `quantity` rule....

Any progress? 👀

/cc @natemoo-re @ulken need some suggestions 🙏

```ts // wxt.config.ts import { defineConfig } from 'wxt' import vue from '@vitejs/plugin-vue' import devtools from 'vite-plugin-vue-devtools' export default defineConfig({ vite: () => ({ plugins: [ vue(), devtools({ // your...

Related https://github.com/wxt-dev/wxt/commit/c8ddc66cfad5a25039917c3b56699d84a4bc952d, you can use `entrypointLoader: 'jiti` for a temporal workaround. ```ts export default defineConfig({ entrypointLoader: "jiti", modules: ["@wxt-dev/module-vue"], vite: () => ({ plugins: [ devtools({ appendTo: "/entrypoints/popup/main.ts", }), ],...

It’s not entirely clear whether the issue is related to ‘wxt’ or something else. The root cause is: `document` was set to `null` by someone, which makes `typeof document ===...

> Adding the entrypointloader as you suggested worked for now! Thank you! @alexzhang1030 > > Vscode is showing that as a deprecated field, is that correct? As it's a temporary...

> Likely the problem is that we shouldn't use `vite-plugin-vue-devtools` when importing entrypoints. By default, all plugins are passed into `vite-node`. See ["Entrypoint Loader"](https://wxt.dev/guide/go-further/entrypoint-loaders.html) docs for more details about them....

Hey @OneGIl , can you get my comments? Like this: ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/49969959/1b325ccf-b8ba-49e6-a382-50ab1caf6302)

@webfansplz Do you have any idea? And can you see my review comments?