mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
fix(build): fix build error
This commit is contained in:
@@ -12,8 +12,9 @@ import { OUTPUT_DIR } from './build/constant';
|
||||
import pkg from './package.json';
|
||||
import moment from 'moment';
|
||||
|
||||
const { dependencies, devDependencies, name, version } = pkg;
|
||||
const APP_INFO = {
|
||||
pkg,
|
||||
pkg: { dependencies, devDependencies, name, version },
|
||||
lastBuildTime: moment().format('YYYY-MM-DD HH:mm:ss'),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user