view client/babel.config.js @ 5159:e688e79a51e8

Use ImageLayer instead of TileLayer for FairwayMarks Improves performance when using time slider.
author Raimund Renkert <raimund@renkert.org>
date Thu, 02 Apr 2020 16:12:24 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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