{
	"presets": [
		[
			"env",
			{
				"targets": {
					"browsers": ["last 2 versions", "not ie <= 11"]
				}
			}
		]
	]
}