Has something replaced bundleconfig.json in ASP.NET Core MVC 2.1?
问题 When I create a new ASP.NET MVC Core targeting 2.1 RC1, it doesn't create the bundleconfig.json file which is used for bundling and minification. This file is created if I target 2.0. Here is a example, the solution contains a new project targeting 2.0 and another targeting 2.1: Has something replaced the builtin bundling and minification, or is this just a bug in RC1? 回答1: bundleconfig.json was removed from the 2.1 templates because it relied on a tool not created or supported by Microsoft.