view client/babel.config.js @ 1590:2fdd8e57542d

Added DELETE /imports/scheduler/{id:[0-9]+} to delete a schedule from the scheduler.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 14 Dec 2018 12:34:12 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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