Files
raven-client/ayanova/babel.config.js
2019-01-03 18:25:41 +00:00

11 lines
114 B
JavaScript

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