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.
1 parent 82e55ec commit 3a5d0cfCopy full SHA for 3a5d0cf
lib/config-generator.js
@@ -133,6 +133,9 @@ class ConfigGenerator {
133
switch (vueVersion) {
134
case 2:
135
case '2.7':
136
+ logger.deprecation('The support for Vue 2 is deprecated and will be removed in the next major version of Encore.' +
137
+ ' Please upgrade to Vue 3, and if necessary remove the "version" setting or set it to 3 when calling ".enableVueLoader()".');
138
+
139
config.resolve.alias['vue$'] = 'vue/dist/vue.esm.js';
140
break;
141
case 3:
0 commit comments