mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 13:29:09 -05:00
@@ -171,7 +171,10 @@ module.exports = class Service {
|
||||
)
|
||||
fileConfig = null
|
||||
}
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
error(`Error loading ${chalk.bold('vue.config.js')}:`)
|
||||
throw e
|
||||
}
|
||||
|
||||
// package.vue
|
||||
pkgConfig = this.pkg.vue
|
||||
|
||||
Reference in New Issue
Block a user