myPrayerJournal/src/app/babel.config.js
2018-08-21 20:39:41 -05:00

6 lines
53 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}