React.AspNet.BabelFileOptions.BabelFileOptions C# (CSharp) Method

BabelFileOptions() public method

Creates a new instance of the BabelFileOptions class.
public BabelFileOptions ( ) : System.Collections.Generic
return System.Collections.Generic
		public BabelFileOptions()
		{
			Extensions = new[] { ".jsx" };
			StaticFileOptions = new StaticFileOptions();
		}
	}
BabelFileOptions