Task Runner Configuration Missing in Visual Studio 2017

前端 未结 8 1206
旧巷少年郎
旧巷少年郎 2021-02-03 22:19

I just installed Visual Studio 2017 and opened a solution I had been working in with Visual Studio 2015. It seems like everything works great except that the task runner explore

8条回答
  •  无人共我
    2021-02-03 23:01

    If you got here because your webpack.config.js is not showing up in the Task Runner Explorer, it's because webpack is not supported by default.

    You must install Mads Kristensen's WebPack Task Runner from the Extensions and Updates window in Visual Studio.

    Or install Web Essentials 2017 which includes the WebPack Task Runner, and a number of other awesome tools from Mads.

提交回复
热议问题