mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-03 03:32:59 +08:00
chore: update pkg
This commit is contained in:
parent
e12c588c0a
commit
2543d040b1
@ -7,7 +7,8 @@ import type { ViteEnv } from '../../utils';
|
||||
|
||||
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';
|
||||
|
||||
export function configHtmlPlugin(env: ViteEnv, isBuild: boolean) {
|
||||
|
Loading…
Reference in New Issue
Block a user