Commit c6143ab9 authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 去掉lingxi-design的umd引入形式

parent 152cb2fb
......@@ -10,9 +10,9 @@ export default defineConfig({
"@antv/g2": 'G2',
"@antv/data-set": 'DataSet',
bizcharts: 'BizCharts',
"lingxi-design-ui": 'LingXiUI',
// "lingxi-design-ui": 'LingXiUI',
// "@formily/antd-components": 'FormilyComponent',
"@lingxi-design/ui": 'LingxiDesignUI',
// "@lingxi-design/ui": 'LingxiDesignUI',
// 对antd的组件做一个远程映射
...ExternalsAntd
},
......@@ -22,10 +22,10 @@ export default defineConfig({
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/g2.min.js',
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/data-set.js',
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/BizCharts.min.js',
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/LingXiUI.min.js',
// 'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/LingXiUI.min.js',
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/antd.min.js',
// 'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/formily-component.min.js',
'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/lingxi-design-ui.min.js',
// 'http://lingxi-frontend-prod.oss-cn-hangzhou.aliyuncs.com/static/js/lingxi-design-ui.min.js',
],
chainWebpack(config) {
config.plugin('antd-dayjs-webpack-plugin').use(AntdDayjsWebpackPlugin)
......
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