{
							 | 
						|
								  "plugins": [
							 | 
						|
								    "@babel/plugin-transform-modules-umd"
							 | 
						|
								  ],
							 | 
						|
								  "presets": [
							 | 
						|
								    [
							 | 
						|
								      "@babel/preset-env",
							 | 
						|
								      {
							 | 
						|
								        "targets": {
							 | 
						|
								          "chrome": "30"
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								    ]
							 | 
						|
								  ]
							 | 
						|
								}
							 |