JavaScript file not updating no matter what I do

前端 未结 13 884
粉色の甜心
粉色の甜心 2021-01-30 03:14

I have an external JavaScript file and whether in FireFox or Chrome, whether all browsing data is cleared, it will NOT update no matter what. I believe something happen

13条回答
  •  半阙折子戏
    2021-01-30 03:47

    Don't forget to check any errors in webpack compilation. Sometimes the application.js in app/javascript/packs/ doesn't reload due to webpack compilation error.

提交回复
热议问题