feat: remove vue3 compat mode
This commit is contained in:
parent
e1e410b50b
commit
53dc7d12f7
6 changed files with 1 additions and 34 deletions
|
|
@ -43,13 +43,6 @@ export default defineConfig({
|
|||
},
|
||||
plugins: [
|
||||
vue({
|
||||
template: {
|
||||
compilerOptions: {
|
||||
compatConfig: {
|
||||
MODE: 3,
|
||||
},
|
||||
},
|
||||
},
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
legacy,
|
||||
|
|
@ -120,10 +113,6 @@ export default defineConfig({
|
|||
],
|
||||
resolve: {
|
||||
alias: [
|
||||
{
|
||||
find: 'vue',
|
||||
replacement: '@vue/compat',
|
||||
},
|
||||
{
|
||||
find: '@',
|
||||
replacement: path.resolve(__dirname, 'src'),
|
||||
|
|
|
|||
Reference in a new issue