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

.babelrc « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcea13f8a2d87091b24175194884ca0a7e975b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"presets": [
		[
			"env",
			{
				"targets": {
					"browsers": ["last 2 versions", "ie >= 11"]
				},
				"modules": false,
        "blacklist": ["useStrict"],
        "useBuiltIns": true
			}
		]
	]
}