{ "translations": { "_%n day ago_::_%n days ago_" : ["",""], "_%n month ago_::_%n months ago_" : ["",""], "_%n year ago_::_%n years ago_" : ["",""], "_%n hour ago_::_%n hours ago_" : ["",""], "_%n minute ago_::_%n minutes ago_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;" }ation/.babelrc.js?h=v21.0.8rc1' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/.babelrc.js
blob: 21cf7022fd3dccc463cf3edafc0a5645dd1c4608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
	presets: [
		[
			'@babel/preset-env',
			{
				targets: {
					browsers: ['last 2 versions', 'ie >= 11']
				}
			}
		]
	]
}