1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-19 15:23:44 +02:00
cr-search/web/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2020-03-07 10:45:39 +01:00
module.exports = {
presets: [
2020-04-07 11:10:39 +02:00
'@vue/cli-plugin-babel/preset'
2020-03-07 10:45:39 +01:00
]
}