reactjs.net

ReactJS.NET - Bundles - TinyIoCResolutionException: Unable to resolve type: React.IReactEnvironment

℡╲_俬逩灬. 提交于 2019-11-28 07:35:07
问题 I'm attempting to minify my .JSX files with ASP.NET Minification and Optimization via System.Web.Optimization.React. I've installed the MVC4 React Package as well as the Optimization package, but whenever I try to include a bundle I get the following: React.TinyIoC.TinyIoCResolutionException: Unable to resolve type: React.IReactEnvironment The InnerException is always null My bundles are setup as follows: bundles.Add(new ScriptBundle("~/Bundle/Scripts/ReactJS").Include( "~/Scripts/React/react