Create a bundle in Visual Studio
masterTo create a bundle, select two or more files of the same type (CSS, JS, or HTML) in the Solution Explorer, right-click, and select the bundling option. The configuration is automatically saved to a bundleconfig.json file at the project root. Any edits to the source files will instantly trigger an update to the bundle output.
// Configuration is stored in bundleconfig.json at the project root