mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:27:07 +00:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [
|
|
'@babel/plugin-proposal-logical-assignment-operators'
|
|
]
|
|
}
|