Skip to content

Commit 0751213

Browse files
committed
fix(types): should import type definition from the dist folder
1 parent e107cf1 commit 0751213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Plugin } from 'webpack'
2-
import { VueTemplateCompiler } from '@vue/component-compiler-utils/lib/types'
2+
import { VueTemplateCompiler } from '@vue/component-compiler-utils/dist/types'
33
import { CompilerOptions } from 'vue-template-compiler'
44

55
declare namespace VueLoader {

0 commit comments

Comments
 (0)