We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vue-next
1 parent 57f4184 commit d319007Copy full SHA for d319007
packages/@vue/cli-service/migrator/index.js
@@ -0,0 +1,14 @@
1
+module.exports = (api) => {
2
+ if (api.hasPlugin('vue-next')) {
3
+ api.extendPackage({
4
+ devDependencies: {
5
+ 'vue-cli-plugin-vue-next': null
6
+ }
7
+ },
8
+ {
9
+ prune: true
10
+ })
11
+
12
+ api.exitLog('vue-cli-plugin-vue-next is removed because Vue 3 support has been built into the core plugins.')
13
14
+}
0 commit comments