Skip to content

Commit 3801d0a

Browse files
author
Guillaume Chau
committed
fix(ui): config.file
1 parent dda471d commit 3801d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/src/graphql-api/connectors/configurations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function findFile (config, context) {
5151

5252
function readData (config, context) {
5353
const file = findFile(config, context)
54+
config.file = file
5455
if (file) {
5556
if (file.type === 'package') {
5657
const pkg = folders.readPackage(cwd.get(), context)

0 commit comments

Comments
 (0)