Skip to content

Commit 8eb7ae2

Browse files
committed
fix: import
1 parent 7c180a7 commit 8eb7ae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/utils.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import hash from 'hash-sum'
66
// import MiniCssExtractPlugin from 'mini-css-extract-plugin'
77
import { fs as mfs } from 'memfs'
88
import { JSDOM, VirtualConsole } from 'jsdom'
9-
import { VueLoaderPlugin } from '..'
10-
import type { VueLoaderOptions } from '..'
9+
import type { VueLoaderOptions, VueLoaderPlugin } from '..'
1110

1211
export const DEFAULT_VUE_USE = {
1312
loader: 'vue-loader',

0 commit comments

Comments
 (0)