// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
module.exports = {
presets: [ [ "@vue/app", { useBuiltIns: "entry" } ] ]
};