view client/babel.config.js @ 5471:1faca2dd45d2

limit number of retries to 200 and set minumum wait to 5s.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 20 Jul 2021 09:45:16 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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