view client/babel.config.js @ 4980:21d2acc080c9

Add the ability to be staged to the WFS feature downloader. This will be needed for FD downloads.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 04 Mar 2020 15:36:06 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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