view client/babel.config.js @ 167:a6d7ee20fc96

docs: Adding documentation on how to run tests Documentation added for running unit or e2e tests
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 12:09:08 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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