Commit 06e1d387 authored by vben's avatar vben

fix: fix require error

parent d51cfe51
......@@ -11,8 +11,8 @@ import gzipPlugin from './gzip/index';
import { hmScript } from '../hm';
const pkg = require('../../../package.json');
// @ts-ignore
import pkg from '../../../package.json';
import { isDevFn, isProdFn, isSiteMode, ViteEnv, isReportMode, isBuildGzip } from '../../utils';
import { GLOB_CONFIG_FILE_NAME } from '../../constant';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment