openerp/jshERP-web/babel.config.js

7 lines
87 B
Java
Raw Permalink Normal View History

2021-04-07 23:53:57 +08:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}