view client/babel.config.js @ 4592:680f1d8802f0

STRTree: Add a builder that ignores triangles which are filtered out before.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Oct 2019 11:50:33 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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