We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ed277 commit 4dffd74Copy full SHA for 4dffd74
src/React.AspNet/BabelFileOptions.cs
@@ -40,7 +40,7 @@ public class BabelFileOptions
40
/// </summary>
41
public BabelFileOptions()
42
{
43
- Extensions = new[] { ".jsx", ".js" };
+ Extensions = new[] { ".jsx" };
44
StaticFileOptions = new StaticFileOptions();
45
}
46
0 commit comments