view client/babel.config.js @ 1349:6720d683f7ca

Marshall JSON of SoundingResultDate correctly so it can be unmarshalled later on.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 26 Nov 2018 12:53:15 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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