mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 19:51:52 -05:00
fix(ui): config.file
This commit is contained in:
@@ -51,6 +51,7 @@ function findFile (config, context) {
|
||||
|
||||
function readData (config, context) {
|
||||
const file = findFile(config, context)
|
||||
config.file = file
|
||||
if (file) {
|
||||
if (file.type === 'package') {
|
||||
const pkg = folders.readPackage(cwd.get(), context)
|
||||
|
||||
Reference in New Issue
Block a user