view client/babel.config.js @ 133:f4523620ba5d

Close idle connections until there are only maxOpen connections open.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Jun 2018 17:26:38 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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