view client/babel.config.js @ 1639:3c9e33b4cea0

fix: make length check explicit
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 20 Dec 2018 12:50:20 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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