How can I recompile js file in dist folder?

It appears that calling the following from your theme folder should do the job:

npm install
npm run build

Source: “How to Use Webpack in WordPress“.