'React Webpack runtime scripts in MVC Core Application

I have a React SPA and ASP.NET Core MVC Application.

What I want is to run both in parallel at the same time, I want to access the react debug script files bundle.js, 0.chunk.js, main.chunk.js in my MVC .cshtml page.

How can I make it possible.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source