ui库合并版本完成
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user