view client/babel.config.js @ 816:cd79f62794dd

client: prepare survey selection * Add a new component Morphtool that will show an icon, if a bottleneck was identified. A click on the icon removes the selectedFeatures again.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 17:38:28 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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