view client/babel.config.js @ 527:4a637b333417

The CoreOS guys moved bbolt from github.com/coreos/ to github.com/etcd-io/.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 28 Aug 2018 08:07:08 +0200
parents 88d0d60924cf
children
line wrap: on
line source

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