storj/web/bootstrap/babel.config.js

9 lines
133 B
JavaScript
Raw Normal View History

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