view client/babel.config.js @ 3793:d428f283fe10 yworks-svg2pdf

client: remove `export SVG` button for waterlevel * Use html comments to disable the button, this was wrongly activated with commit d36ccff8de5f.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 Jul 2019 17:19:28 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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