fix: correct debugger code

This commit is contained in:
vben
2021-02-08 23:59:47 +08:00
parent a3a903bc86
commit 759e532079
11 changed files with 75 additions and 69 deletions

View File

@@ -1,8 +1,7 @@
import type { Plugin } from 'vite';
import type { ViteEnv } from '../../utils';
import html from 'vite-plugin-html';
import { ViteEnv } from '../../utils';
// @ts-ignore
import pkg from '../../../package.json';
import { GLOB_CONFIG_FILE_NAME } from '../../constant';