Foud out problem, acutally I had modify js file which is unminify, and that thing wordpress default read only minify js or css, add this in order wordpress looking only unminify js css file while developement
define( ‘SCRIPT_DEBUG’, true );
here is the article about it:
https://pippinsplugins.com/use-script_debug-enable-non-minified-asset-files/