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.
1 parent 8de9910 commit c4b5ac9Copy full SHA for c4b5ac9
README.md
@@ -104,6 +104,21 @@ export default {
104
105
<br></details>
106
107
+<details>
108
+<summary>Farm</summary><br>
109
+
110
+```ts
111
+// farm.config.ts
112
+import Vue from 'unplugin-vue/farm'
113
114
+export default {
115
+ /* ... */
116
+ plugins: [Vue()],
117
+}
118
+```
119
120
+<br></details>
121
122
### Limitations
123
124
⚠️ HMR is not supported for Webpack, Vue CLI, and Rspack.
0 commit comments