view client/babel.config.js @ 506:11d527b3321b

Add Dockerfile for SPA client
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:47:27 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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