diff --git a/src/compiler/compile/index.ts b/src/compiler/compile/index.ts index 63f9b5f610..30787f8d88 100644 --- a/src/compiler/compile/index.ts +++ b/src/compiler/compile/index.ts @@ -6,7 +6,7 @@ import render_ssr from './render-ssr/index'; import { CompileOptions, Warning } from '../interfaces'; import Component from './Component'; import fuzzymatch from '../utils/fuzzymatch'; -import { get_name_from_filename } from './utils/get_name_from_filename'; +import get_name_from_filename from './utils/get_name_from_filename'; const valid_options = [ 'format',