Welcome to mirror list, hosted at ThFree Co, Russian Federation.

babel.config.js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d45f27d7b0e86e0b38a357f3638cfe8a0bba4989 (plain)
1
2
3
4
5
const babelConfig = require('@nextcloud/babel-config')

babelConfig.presets[0][1].modules = 'auto'

module.exports = babelConfig