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 17f8307 commit 0e6f93bCopy full SHA for 0e6f93b
packages/vite-plugin/src/stylesPlugin.ts
@@ -9,7 +9,7 @@ function isSubdir (root: string, test: string) {
9
return relative && !relative.startsWith('..') && !path.isAbsolute(relative)
10
}
11
12
-const PLUGIN_VIRTUAL_PREFIX = "\0"
+const PLUGIN_VIRTUAL_PREFIX = "virtual:"
13
const PLUGIN_VIRTUAL_NAME = "plugin-vuetify"
14
15
export function stylesPlugin (options: Options): Plugin {
0 commit comments