Skip to content

Commit 8e15aa1

Browse files
authored
Update migration-build.md
1 parent c57c3ba commit 8e15aa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/migration-build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
136136
export default {
137137
resolve: {
138138
alias: [{
139-
find: /^vue$/, replacement: '@vue/compat'
139+
find: /^vue$/, replacement: '@vue/compat'
140140
}]
141-
}
142141
},
143142
plugins: [
144143
vue({

0 commit comments

Comments
 (0)