mlpcardgame/babel.config.js

4 lines
46 B
JavaScript
Raw Normal View History

2019-09-02 07:29:49 +00:00
module.exports = {
presets: ["@vue/app"]
};