Theme app.css cache busting
I see in filament css links you have the version to prevent cache whent it updates. It's possible to do the same with the app.css?
I have this in the AdminPanelProvider.php
Solution:Jump to solution
finaly i solve it adding on the webpack.mix.js this:
```
if (mix.inProduction()) {
mix.version();...
1 Reply
Solution
finaly i solve it adding on the webpack.mix.js this: