summaryrefslogtreecommitdiff
path: root/.babelrc
blob: 32a05fd6fc0cba487599759730390be30d448ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"plugins": [
		[
			"@babel/plugin-transform-runtime",
			{
				"corejs": {
					"version": 3,
					"proposals": true
				}
			}
		]
	]
}