view client/babel.config.js @ 122:da279a0ce127

The "eye" icon changes into a "crossed out eye" icon To improve user experience. Giving people a good idea what will happen if they interact. cf. Issue 69
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Jun 2018 12:24:13 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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