view client/babel.config.js @ 2100:46343e3f7a3e

Imports: Fixed small issue with de-serializing stretches.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 04 Feb 2019 12:49:50 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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