]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(compat): fix example config syntax error (#5027)
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Mon, 6 Dec 2021 04:24:59 +0000 (05:24 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 04:24:59 +0000 (23:24 -0500)
The chainWebpack arrow function wasn’t being closed.

packages/vue-compat/README.md

index 44ad0f9d0acc52e6f834a6fec44ef2d4bbcb86a6..d19b4e02117baa220ad3bb3cc999f59336fec123 100644 (file)
@@ -89,6 +89,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
              }
            }
          })
+     }
    }
    ```