Webpack watch not working on Webstorm on Windows?

后端 未结 3 1266
迷失自我
迷失自我 2021-01-30 00:43

So basically I have a project using Webpack, if I build using Webpack -w, editing the file with another editor will trigger the watch; however if I edit the file us

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 01:36

    Seems Webpack watch doesn't work if the file is not saved directly. Please try turning 'Safe write' option ( Settings | Appearance & Behavior | System Settings | Use "safe write" (save changes to temporary file first)) off.

    In 2020.* the option name is Back up files before saving

提交回复
热议问题