ui库合并版本完成

This commit is contained in:
aixianling
2022-12-01 09:13:53 +08:00
parent fe3e06e654
commit 02a4b50fc0
39 changed files with 47 additions and 5989 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
filename: 'index.html'
}
},
transpileDependencies: [/node_modules[\\\/]dvcp-ui[\\\/]lib[\\\/]js/],
transpileDependencies: [/dui[\\\/]lib[\\\/]js/],
chainWebpack: (config) => {
config.module
.rule('js')
@@ -25,7 +25,7 @@ module.exports = {
.add(path.resolve(__dirname, 'components'))
.add(path.resolve(__dirname, 'project'))
.add(path.resolve(__dirname, 'examples'))
.add(path.resolve(__dirname, 'node_modules/dvcp-ui'))
.add(path.resolve(__dirname, 'ui'))
.end()
.use('babel')
.loader('babel-loader')