JSON hashed file reference in javascript when running build:prodcution

When referencing json files in the javascript, the correct hashed versions are not referenced correctly . Images and fonts are… but the json files are not. where would this be added?

I guess it depends on where you’re putting these json files.
Either way, you should probably take a look at the webpack.config.js and add a file-loader for your json to append the hash to the current file names.
Regardless, as long as you include your jsons from your javascript webpack will be smart enough to find the right file to read.