1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-02 09:47:10 +03:00
traefik/webui/babel.config.js

6 lines
69 B
JavaScript
Raw Normal View History

module.exports = {
2019-08-26 18:15:41 +02:00
presets: [
'@quasar/babel-preset-app'
]
}