view client/babel.config.js @ 2185:9212b3d60f2a

linting
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 11 Feb 2019 16:33:19 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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