email-templates/babel.config.js

6 lines
81 B
JavaScript
Raw Normal View History

2019-09-13 10:45:07 +02:00
module.exports = {
presets: [[
'@vue/app', { useBuiltIns: "entry" }
]]
}