mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-22 07:10:06 -06:00
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
[
|
|
'env',
|
|
'logger',
|
|
'spinner',
|
|
'validate',
|
|
'openBrowser',
|
|
'pluginResolution'
|
|
].forEach(m => {
|
|
Object.assign(exports, require(`./lib/${m}`))
|
|
})
|