React.AspNet.BabelFileOptions.BabelFileOptions C# (CSharp) 메소드

BabelFileOptions() 공개 메소드

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