You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024/2024-10-02-version-skew-vite-laravel/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We went on a journey to fix this issue and this blog is our findings.
16
16
17
17
{/* truncate */}
18
18
19
-
If we roll the clock back to the era of [Laravel Mix](https://github.com/laravel-mix/laravel-mix) we'd encounter a wrapper around the ever powerful Webpack. The way this was configured by default in Laravel was to produce one large minified and transpiled blob of Javascript compatible for all web browsers. This file was named `app.js` in most instances and was served for your end users. This made your Mix manifest file — which was responsible for cache busting relatively — easy with only 1 or 2 entries in an unconfigured setup.
19
+
If we roll the clock back to the era of [Laravel Mix](https://github.com/laravel-mix/laravel-mix) we'd encounter a wrapper around the ever powerful Webpack. The way this was configured by default in Laravel was to produce one large minified and transpiled blob of Javascript compatible for all web browsers. This file was named `app.js` in most instances and was served for your end users. This made your Mix manifest file — which was responsible for cache busting — relatively easy with only 1 or 2 entries in an unconfigured setup.
0 commit comments