graphql-engine/community/sample-apps/realtime-chat-vue/babel.config.js
2019-04-05 12:16:29 +05:30

4 lines
46 B
JavaScript

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