Make Babel support logical assignment operators.

That's ||=, &&=, ^^=, and the like.
This commit is contained in:
D. Berge
2021-10-03 18:52:38 +02:00
parent 1e6c6ef961
commit f2de8509cc
3 changed files with 62 additions and 7 deletions

View File

@@ -26,6 +26,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",