1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/client/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2019-04-09 13:31:15 +02:00
module.exports = {
presets: [
2019-12-03 17:49:39 +01:00
'@vue/cli-plugin-babel/preset'
2019-04-09 13:31:15 +02:00
]
}