-
Notifications
You must be signed in to change notification settings - Fork 920
Description
I feel like this is a problem with just my solution, but, I'm trying to access the React.NET library for the Babel transformations. There is one teensy, weensy problem with it when trying to install React.AspNetCore
.
React.NET has been tested with .NET Core 2.1, which is what I'm using for comparability reasons. This is just me trying to install on a fresh ASP.NET application. It might have something to do with my Linux distro, but I doubt it.
In the project I originally installed in, I'm using my own middleware instead of static file services provided by ASP.NET so I have more control, so a better question would be if I can use just the Babel transformations, as to an extent, that's all I really need. I don't know why I need to configure React.NET to transform my jsx files. Then again, I don't know much about React.NET.