We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5007121 commit 340749bCopy full SHA for 340749b
src/React.Sample.Webpack.CoreMvc/Startup.cs
@@ -42,9 +42,8 @@ public void Configure(IApplicationBuilder app)
42
{
43
config
44
.SetReuseJavaScriptEngines(true)
45
- .SetLoadBabel(true)
+ .SetLoadBabel(false)
46
.SetLoadReact(false)
47
- .SetBabelVersion(BabelVersions.Babel7)
48
.AddScriptWithoutTransform("~/dist/runtime.js")
49
.AddScriptWithoutTransform("~/dist/vendor.js")
50
.AddScriptWithoutTransform("~/dist/components.js");
0 commit comments