This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
b2b500f70e
ant-design-vue
/
build
/
config.js
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: make run dev more faster and modify some dependencies (#1671)
2019-12-30 09:11:03 +00:00
module
.
exports
=
{
perf: find parent component when only secondary component used in demo (#1680) * perf: set demo id with component name when run dev * perf: find parent component when only secondary component used in demo
2020-02-07 06:29:17 +00:00
dev
:
{
componentName
:
'tree'
,
// dev components
}
,
feat: make run dev more faster and modify some dependencies (#1671)
2019-12-30 09:11:03 +00:00
}
;