This repository has been archived on 2020-11-22. You can view files and clone it, but cannot push or open issues/pull-requests.
mangareader/frontend/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2019-07-04 18:06:44 +02:00
module.exports = {
presets: [
'@vue/app'
]
}