Open
Description
Installed product versions
- Visual Studio: 2019 16.11.9
- This extension: 2.8.396
Description
VS Freezes and crashes when modifying js file in the bundle or the bundleconfiguration.json itself.
It happens when "Produce Output Files" is activated and when a same js file is in two bundles at the same time.
Steps to recreate
- Be sure "Produce Output Files" is activated
- Define two different bundle in bundleconfig.json referencing the same js file.
- Make a change to the js file
- VS Freezes and crash
[
{
"outputFileName": "Scripts/bundle1.min.js",
"inputFiles": [
"Scripts/test.js"
],
"minify": {
"enabled": true,
"preserveImportantComments": false
}
},
{
"outputFileName": "Scripts/bundle2.min.js",
"inputFiles": [
"Scripts/test.js"
],
"minify": {
"enabled": true,
"preserveImportantComments": false
}
}
]
Thanks in advance for your help
Metadata
Metadata
Assignees
Labels
No labels