storj/web/multinode/babel.config.js
crawter 9ea147d234 web/multinode: initial app and configs
Change-Id: I96f8ebcedf982139ff0d263266f25dd63746091c
2020-12-17 19:46:56 +02:00

7 lines
160 B
JavaScript

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