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

babel.config.js - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a179fa44335ffac13b1557f132598aa3bd648d9b (plain)
1
2
3
4
5
6
module.exports = {
	plugins: [
		'@babel/plugin-syntax-dynamic-import',
	],
	presets: ['@babel/preset-env'],
}