halo/babel.config.js

11 lines
139 B
JavaScript
Raw Normal View History

2019-03-18 16:35:13 +00:00
module.exports = {
2019-03-29 03:57:32 +00:00
presets: [
'@vue/app',
[
'@babel/preset-env',
{
'useBuiltIns': 'entry'
}
]
]
}