view client/babel.config.js @ 5307:4ba3fda13c50 zpg-exception

Fixed typo in migration script.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 28 May 2021 11:17:12 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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