Edit query_report.js, expect to take effect in report.min.js. but it doesn't

I have edited in file below:
frappe/public/js/frappe/views/reports/query_report.js

I tried bench build.

Am i doing anything wrong?

Your browser might have cached the js file, try disabling the cache or reload with Ctrl+Shift+R

I’ve tried as below but what i changed in query_report.js, it didn’t appear in report.min.js:

bench clear-cache
Ctrl+Shift+R
Reload
use Incognito window (Chrome)

Check if you have set developer_mode to 1 in site_config.json

1 Like

yes, developer_mode = 1

It works after set developer_mode to 0