webpack --watch isn't compiling changed files

后端 未结 30 1086
眼角桃花
眼角桃花 2020-12-02 06:00

I tried running webpack --watch and after editing my JS files, it doesn\'t trigger an auto-recompilation.

I\'ve tried reinstalling webpack

30条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 06:17

    Just to add to possible solutions: I had my project folder inside a Dropbox folder, moving it out solved the problem for me. (OS X)

提交回复
热议问题