view client/babel.config.js @ 3168:cfe7941dc044

Fixed yarn.lock.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 06 May 2019 15:17:45 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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