view client/babel.config.js @ 1400:7ba1de867c8d

client: fix Makefile for translations * Fix location of translations.json in Makefile, which was forgotten when reorganising the directory.
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 28 Nov 2018 15:56:38 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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