view client/babel.config.js @ 5532:7e21a9e6353d aggregate-gm-import-logging

Cleaned up and simplified code.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Oct 2021 00:37:39 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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