Skip to content

Commit 7f7c4f9

Browse files
authored
chore: typo on cache busting (#47)
1 parent ecf41ce commit 7f7c4f9

File tree

1 file changed

+1
-1
lines changed
  • blog/2024/2024-10-02-version-skew-vite-laravel

1 file changed

+1
-1
lines changed

blog/2024/2024-10-02-version-skew-vite-laravel/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We went on a journey to fix this issue and this blog is our findings.
1616

1717
{/* truncate */}
1818

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.
2020

2121
```json
2222
{

0 commit comments

Comments
 (0)