PracowniaProgramowania/frontend/app/babel.config.js
2019-01-05 13:02:41 +01:00

6 lines
53 B
JavaScript

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