view client/babel.config.js @ 743:fdff2de616ad

Added search function for river kilometer. This is the first iteration of the search back end. For now only the distance marks are searched.
author Sascha Wilde <wilde@intevation.de>
date Mon, 24 Sep 2018 13:26:57 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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