We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@wxt-dev/module-vue
@vitejs/plugin-vue
1 parent a130a99 commit b217a03Copy full SHA for b217a03
docs/help/faq.md
@@ -85,13 +85,12 @@ export default defineConfig({
85
```ts
86
// wxt.config.ts
87
import { defineConfig } from 'wxt'
88
-import vue from '@vitejs/plugin-vue'
89
import devtools from 'vite-plugin-vue-devtools'
90
91
export default defineConfig({
+ modules: ['@wxt-dev/module-vue'],
92
vite: () => ({
93
plugins: [
94
- vue(),
95
devtools({
96
// your app entrypoint (wherever you call createApp())
97
appendTo: '/entrypoints/popup/main.ts',
0 commit comments