fix(types): should import type definition from the `dist` folder

parent e107cf1e
import { Plugin } from 'webpack' import { Plugin } from 'webpack'
import { VueTemplateCompiler } from '@vue/component-compiler-utils/lib/types' import { VueTemplateCompiler } from '@vue/component-compiler-utils/dist/types'
import { CompilerOptions } from 'vue-template-compiler' import { CompilerOptions } from 'vue-template-compiler'
declare namespace VueLoader { declare namespace VueLoader {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment