view client/babel.config.js @ 2397:b95234702ee9

define stretch: omit call to sanitize. Should no longer be necessary since f6380bbdb853
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Feb 2019 16:26:15 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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