view client/babel.config.js @ 1490:6c889a0cdb3b

linting
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 04 Dec 2018 14:41:32 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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