2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
books/babel.config.js
Faris Ansari e8370aa8ab chore: Migrate project structure to Vue CLI
- Electron build using vue-cli-plugin-electron-builder
2019-12-12 23:07:43 +05:30

4 lines
66 B
JavaScript

module.exports = {
presets: ['@vue/cli-plugin-babel/preset']
};