feat: 优化前端打包体积

This commit is contained in:
GraceWalk
2022-09-01 19:46:50 +08:00
parent 500eaace82
commit 0043ab8371
20 changed files with 28 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
import { QuestionCircleOutlined } from '@ant-design/icons';
import { IconFont, Switch, Tooltip } from 'knowdesign';
import { FormItemType, IFormItem } from 'knowdesign/lib/extend/x-form';
import { FormItemType, IFormItem } from 'knowdesign/es/extend/x-form';
import moment from 'moment';
import React from 'react';
import { timeFormat, getRandomStr } from '@src/constants/common';