Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚升级到 0.9.1 有没有人发现(除了必须查找替换:布尔到:布尔)注释被复制到生成的 javascript 中?
我想抑制此功能,但无法在 Web Essentials 选项中找到将其关闭的选项。
--removeComments现在在命令行编译器中调用该标志。
--removeComments
如果可能,请停止使用 Web Essentials TypeScript 功能。这些在过去是非常成问题的(例如,我们在您的解决方案中为每个 .ts 文件生成一个 tsc.exe 副本)并且在未来版本的 Web Essentials 中被删除。您现在可以改用 TypeScript .targets 文件和 MSBuild 任务。