When i run the build command on my project, the dist files aren’t being created in the correct format
I was assigned this vite, ts and react project to do some changes, normally i would run the build command and it’ll create some files with this format “index-7wIWCyXO.js” but when i do it in this project in creates them like this “index.6dfbcf35.js” and it´s necessary that the files have the same format when it is deployed in a live website
When i run the build command on my project, the dist files aren’t being created in the correct format
I was assigned this vite, ts and react project to do some changes, normally i would run the build command and it’ll create some files with this format “index-7wIWCyXO.js” but when i do it in this project in creates them like this “index.6dfbcf35.js” and it´s necessary that the files have the same format when it is deployed in a live website