Files
dougal-software/lib/www/client/source/babel.config.js

9 lines
149 B
JavaScript
Raw Normal View History

2020-08-08 23:59:13 +02:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
'@babel/plugin-proposal-logical-assignment-operators'
2020-08-08 23:59:13 +02:00
]
}