Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Cronix's avatar

@jhull Are you running version() in mix? And then using <script src="{{ mix('/js/app.js') }}"> in your view? That will generate unique hashes for your files, like '/js/app.js?id=45DJ376K34KQ` that will force the browser to reload the asset if there are ever any changes to it (because it will change the hash making it "seem" like a different file).

wesmahler's avatar

I have similar issues with ElasticBeanstalk. It takes forever for npm run production to run but it sure makes it a lot easier. However, we need to remove it because the timeouts happen way to often.

Previous

Please or to participate in this conversation.