view client/babel.config.js @ 4335:2f212f520a04

client: (minor) beautify code format
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 05 Sep 2019 15:02:06 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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