view client/babel.config.js @ 2061:4a0d4e50768d unify_imports

frontend adapted to new backend
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 29 Jan 2019 14:46:57 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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