mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-25 13:26:17 +00:00
fix: fix npm script
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { gzip } from 'zlib';
|
||||
import { readFileSync, writeFileSync } from 'fs';
|
||||
import { GzipPluginOptions } from './types';
|
||||
import viteConfig from '../../vite.config';
|
||||
import { readAllFile, getCwdPath, isBuildGzip, isSiteMode } from '../utils';
|
||||
import viteConfig from '../../../vite.config';
|
||||
import { readAllFile, getCwdPath, isBuildGzip, isSiteMode } from '../../utils';
|
||||
|
||||
export function startGzip(
|
||||
fileContent: string | Buffer,
|
||||
|
Reference in New Issue
Block a user