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