bitbadger.solutions-theme/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2019-02-10 00:45:42 +00:00
module.exports = {
presets: [
'@vue/app'
]
}