view client/babel.config.js @ 210:a0e2c6bb3cb3

Remove obsolete GRANT on user_profiles Even sys_admin should write in this table only via user management functions.
author Tom Gottfried <tom@intevation.de>
date Mon, 23 Jul 2018 16:40:21 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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