We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c180a7 commit 8eb7ae2Copy full SHA for 8eb7ae2
test/utils.ts
@@ -6,8 +6,7 @@ import hash from 'hash-sum'
6
// import MiniCssExtractPlugin from 'mini-css-extract-plugin'
7
import { fs as mfs } from 'memfs'
8
import { JSDOM, VirtualConsole } from 'jsdom'
9
-import { VueLoaderPlugin } from '..'
10
-import type { VueLoaderOptions } from '..'
+import type { VueLoaderOptions, VueLoaderPlugin } from '..'
11
12
export const DEFAULT_VUE_USE = {
13
loader: 'vue-loader',
0 commit comments