fix: 处理压缩 & 调整package.json files发布文件

This commit is contained in:
volare
2022-11-26 16:40:38 +08:00
parent c88b31d278
commit be6a910186
4 changed files with 15 additions and 1922 deletions

View File

@@ -5,6 +5,7 @@ import { checkRustInstalled, installRust } from '@/helpers/rust.js';
import { PakeAppOptions } from '@/types.js';
import { IBuilder } from './base.js';
import { shellExec } from '@/utils/shell.js';
// @ts-ignore 加上resolveJsonModule rollup会打包报错
import tauriConf from '../../src-tauri/tauri.conf.json';
import { fileURLToPath } from 'url';
import log from 'loglevel';