view client/babel.config.js @ 3226:d84c64c0f510

Print templates: Forget to scan the type from the result set when listing available templates.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 09 May 2019 16:16:37 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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