perf: not waiting for router.isReady

This commit is contained in:
vben
2021-08-24 22:32:43 +08:00
parent 1235978ab2
commit 2884e863ce
9 changed files with 102 additions and 103 deletions

View File

@@ -3,9 +3,7 @@
* https://github.com/anncwb/vite-plugin-html
*/
import type { Plugin } from 'vite';
import html from 'vite-plugin-html';
import pkg from '../../../package.json';
import { GLOB_CONFIG_FILE_NAME } from '../../constant';