2019-01-24 20:15:10 +00:00
|
|
|
// Copyright (C) 2019 Storj Labs, Inc.
|
2018-11-27 12:16:52 +00:00
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
2018-11-05 15:26:18 +00:00
|
|
|
module.exports = {
|
2021-08-02 19:17:49 +01:00
|
|
|
presets: [
|
|
|
|
'@vue/app'
|
|
|
|
]
|
2019-07-30 11:13:24 +01:00
|
|
|
};
|