UNPKG
d2p-extends-ic
Version:
latest (2.17.9)
2.17.9
d2-crud-plus的扩展
github.com/greper/d2-crud-plus
greper/d2-crud-plus
d2p-extends-ic
/
vue.config.js
11 lines
(10 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { lintOnSave:
false
, configureWebpack: { externals: { vue:
'Vue'
,
'd2-crud-plus'
:
'd2CrudPlus'
, lodash:
'lodash'
} } }