pull/3030/head
Richard Harris 6 years ago
parent 1ad555cc32
commit 8363ba4f44

@ -6,7 +6,7 @@ import render_ssr from './render-ssr/index';
import { CompileOptions, Warning } from '../interfaces'; import { CompileOptions, Warning } from '../interfaces';
import Component from './Component'; import Component from './Component';
import fuzzymatch from '../utils/fuzzymatch'; 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 = [ const valid_options = [
'format', 'format',

Loading…
Cancel
Save