Is there a way to use bundling in a .NET Core Web Application without node.js (and gulp)?
Official Microsoft documentation goes the way with node/gulp: https://learn.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-3.1
Is there a better / lighter way?