view client/babel.config.js @ 2275:a6cfa06c5983

client: pdf-gen: added cancel button Prevents the rendercomplete event to fire. Should be enough since rendering the map takes most of time of the process.
author Markus Kottlaender <markus@intevation.de>
date Fri, 15 Feb 2019 09:47:57 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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