nervmag/babel.config.js

7 lines
68 B
JavaScript
Raw Normal View History

2018-12-06 19:59:16 +01:00
"use strict";
2018-11-16 18:16:35 +01:00
module.exports = {
presets: [
'@vue/app'
]
2018-12-06 19:59:16 +01:00
};