view client/babel.config.js @ 4643:a1a9b1eab57c stree-experiment

Use append/slicing trick to simplify tree traversals.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 11 Oct 2019 23:46:35 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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