mirror of https://github.com/vuejs/core.git
chore(compat): fix example config syntax error (#5027)
The chainWebpack arrow function wasn’t being closed.
This commit is contained in:
parent
f8552697fb
commit
f73547fc05
|
@ -89,6 +89,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
|
|||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue