Thanks to visit codestin.com Credit goes to github.com
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 7edc3d9 commit 378aea3Copy full SHA for 378aea3
packages/plugin-vue/src/index.ts
@@ -1,15 +1,13 @@
1
import fs from 'node:fs'
2
import type { Plugin, ViteDevServer } from 'vite'
3
import { createFilter, normalizePath } from 'vite'
4
-/* eslint-disable import/no-duplicates */
5
import type {
6
SFCBlock,
7
SFCScriptCompileOptions,
8
SFCStyleCompileOptions,
9
SFCTemplateCompileOptions,
10
} from 'vue/compiler-sfc'
11
import type * as _compiler from 'vue/compiler-sfc'
12
-/* eslint-enable import/no-duplicates */
13
import { computed, shallowRef } from 'vue'
14
import { version } from '../package.json'
15
import { resolveCompiler } from './compiler'
0 commit comments