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 1608510 commit bb01a6bCopy full SHA for bb01a6b
README.md
@@ -191,7 +191,8 @@ You can specify the transform resulting from `transformVTDirective` in the compi
191
- `@vue/compiler-ssr` (`options` at `compile` function)
192
- `@vue/compiler-sfc` (`compilerOptions` at `compileTemplate` function)
193
- `vue-loader` (`compilerOptions` at `options`)
194
-- `rollup-plugin-vue`
+- `rollup-plugin-vue` (`compilerOptions` at [`Options`](https://github.com/vuejs/rollup-plugin-vue/blob/next/src/index.ts#L50))
195
+- `vite` (`vueCompilerOptions` at [`CoreOptions`](https://github.com/vitejs/vite/blob/master/src/node/config.ts#L154))
196
197
198
## API
0 commit comments