mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-18 01:10:55 -05:00
15 lines
199 B
JavaScript
15 lines
199 B
JavaScript
[
|
|
'env',
|
|
'exit',
|
|
'ipc',
|
|
'cache',
|
|
'logger',
|
|
'openBrowser',
|
|
'pluginResolution',
|
|
'request',
|
|
'spinner',
|
|
'validate'
|
|
].forEach(m => {
|
|
Object.assign(exports, require(`./lib/${m}`))
|
|
})
|