fix: ensure the breadcrumb level is correct

This commit is contained in:
Vben
2021-03-17 20:57:53 +08:00
parent 6883b21bef
commit e49072c313
6 changed files with 57 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ import type { ViteEnv } from '../../utils';
import html from 'vite-plugin-html';
import pkg from '../../../package.json';
import pkg from './package.json';
import { GLOB_CONFIG_FILE_NAME } from '../../constant';
export function configHtmlPlugin(env: ViteEnv, isBuild: boolean) {