chore: update workflows

This commit is contained in:
Vben
2021-03-17 00:24:18 +08:00
parent 2543d040b1
commit 8771d8af21
2 changed files with 11 additions and 12 deletions

View File

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