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

babel.config.js - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bf75dc171a1dc1fbd5388bd30e2b85465ef60d0 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
	presets: [
		[
			'@babel/preset-env',
			{
				modules: false,
			},
		],
	],
}