storj/web/satellite/babel.config.js
2019-01-24 15:15:10 -05:00

9 lines
133 B
JavaScript

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