mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-06 06:58:28 -06:00
13 lines
179 B
JavaScript
13 lines
179 B
JavaScript
[
|
|
'env',
|
|
'logger',
|
|
'spinner',
|
|
'validate',
|
|
'openBrowser',
|
|
'pluginResolution',
|
|
'exit',
|
|
'request'
|
|
].forEach(m => {
|
|
Object.assign(exports, require(`./lib/${m}`))
|
|
})
|