view client/babel.config.js @ 5328:bc8c082487b2 extented-report

Fixed compile errors. :-/
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 30 May 2021 19:53:04 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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