view client/babel.config.js @ 1556:6869eb94ead2

Don't error if an action is not defined if bound.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 11 Dec 2018 20:47:11 +0100
parents 88d0d60924cf
children
line wrap: on
line source

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