view client/babel.config.js @ 1428:ec0a0542c221

client: add hints to docs for translation * Add the white space style hint to our client documentation.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 29 Nov 2018 16:17:54 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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