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