view client/babel.config.js @ 1417:bd9253eec499

select bottleneck when clicked in bottleneck list Now the links in the bottleneck list behave same as clicking a bottleneck on the map. Two methods were renamed to better reflect what they do.
author Markus Kottlaender <markus@intevation.de>
date Thu, 29 Nov 2018 11:16:36 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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