chore: update deps

This commit is contained in:
Vben
2021-03-18 06:19:12 +08:00
parent da2d88a984
commit f55ad2f90a
3 changed files with 135 additions and 38 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) {