storj/web/satellite/babel.config.js
2018-11-27 14:16:52 +02:00

9 lines
133 B
JavaScript

// Copyright (C) 2018 Storj Labs, Inc.
// See LICENSE for copying information.
module.exports = {
presets: [
'@vue/app'
]
}