chore(compat): fix example config syntax error (#5027)

The chainWebpack arrow function wasn’t being closed.
This commit is contained in:
Lucas Werkmeister 2021-12-06 05:24:59 +01:00 committed by GitHub
parent f8552697fb
commit f73547fc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
}
}
})
}
}
```