Skip to content

Commit

Permalink
chore: fix prod build after updating babel/preset-env
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Dec 18, 2023
1 parent 72b0ea3 commit 83d37ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ export default {

data() {
return {
appName,
// The object shorthand syntax is breaking builds (bug in @babel/preset-env)
/* eslint-disable object-shorthand */
appName: appName,

// Let's but the loading state to true if circles is enabled
loadingCircles: isCirclesEnabled,
Expand Down

0 comments on commit 83d37ef

Please sign in to comment.