view client/babel.config.js @ 5607:f2b51ac3d5cf erdms2

Modified SOAP client to fit new needs.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 31 Oct 2022 17:02:55 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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