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

babel.config.json - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35823ac5775720b0b3954b871aedfdb3d31d1e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "presets": [
		[
			"@babel/preset-env",
			{
				"useBuiltIns": "entry",
				"corejs": 3,
			},
		],
	],
}