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

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

babelConfig.presets.push('@babel/preset-react')
babelConfig.plugins.push('react-hot-loader/babel')

module.exports = babelConfig