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