dashy/babel.config.js
2019-09-01 13:38:13 +01:00

6 lines
56 B
JavaScript

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