mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Make Babel support logical assignment operators.
That's ||=, &&=, ^^=, and the like.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-logical-assignment-operators'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user