Revision 114884cdb3d083b4cbfca82d36b942a5ba28e066 authored by jenjou on 08 May 2019, 19:05:01 UTC, committed by Casey Litton on 08 May 2019, 19:05:01 UTC
1 parent 116902e
Raw File
.babelrc
{
	presets: ['es2015', 'react'],
	plugins: ['transform-object-rest-spread']
}
back to top