Files
PhotonVision/photon-client/babel.config.js
2020-06-27 19:11:56 -07:00

6 lines
54 B
JavaScript

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