提交 2543d040 作者: Vben

chore: update pkg

上级 e12c588c
...@@ -7,7 +7,8 @@ import type { ViteEnv } from '../../utils'; ...@@ -7,7 +7,8 @@ import type { ViteEnv } from '../../utils';
import html from 'vite-plugin-html'; import html from 'vite-plugin-html';
import pkg from '../../../package.json'; const pkg = require('../../../package.json');
// import pkg from '../../../package.json';
import { GLOB_CONFIG_FILE_NAME } from '../../constant'; import { GLOB_CONFIG_FILE_NAME } from '../../constant';
export function configHtmlPlugin(env: ViteEnv, isBuild: boolean) { export function configHtmlPlugin(env: ViteEnv, isBuild: boolean) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论