view client/babel.config.js @ 4848:8584197232ec

Handle unknown units gracefully
author Tom Gottfried <tom@intevation.de>
date Mon, 18 Nov 2019 16:38:28 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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