Skip to content

Commit

Permalink
Uninstall migration build
Browse files Browse the repository at this point in the history
  • Loading branch information
milandadhaniya1 committed Jul 18, 2023
1 parent e6e97be commit ce50bfb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"bootstrap": "^5.3.0",
"core-js": "^3.8.3",
"vue": "^3.1.0",
"@vue/compat": "^3.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand Down
17 changes: 0 additions & 17 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
module.exports = {
chainWebpack: (config) => {
config.resolve.alias.set('vue', '@vue/compat')

config.module
.rule('vue')
.use('vue-loader')
.tap((options) => {
return {
...options,
compilerOptions: {
compatConfig: {
MODE: 2
}
}
}
})
}
}

0 comments on commit ce50bfb

Please sign in to comment.