view client/babel.config.js @ 5249:d855426a6e5d new-fwa

Fixed frontend for sections and stretches in new FWA implementation. This fix is not very elegant, but at least it is correct.
author Sascha Wilde <wilde@intevation.de>
date Tue, 12 May 2020 22:55:10 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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