view client/babel.config.js @ 1809:b16a6db0008f

feat: define sections and stretches with targetting option
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 15 Jan 2019 17:02:51 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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