Skip to content

Commit f73547f

Browse files
chore(compat): fix example config syntax error (vuejs#5027)
The chainWebpack arrow function wasn’t being closed.
1 parent f855269 commit f73547f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-compat/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
8989
}
9090
}
9191
})
92+
}
9293
}
9394
```
9495

0 commit comments

Comments
 (0)