forked from laravel/horizon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.x] Readd vite support (laravel#1421)
* Reapply "[5.x] Change Laravel Mix asset bundling to Vite setup (laravel#1413)" (laravel#1418) This reverts commit 6667681. * Reapply "[5.x] feature: this adds the vite integrity plugin to support assetsA…" (laravel#1417) This reverts commit a43adc8. * fix: vite dev mode when hotfile is detected
- Loading branch information
1 parent
40dc809
commit 01fd607
Showing
28 changed files
with
2,143 additions
and
16,944 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"resources/img/favicon.png": { | ||
"file": "favicon.png", | ||
"src": "resources/img/favicon.png", | ||
"integrity": "sha384-tqnRilkeRgqFt3SUYaxuaQs14WOwuU8Gvk3sqRZmnyWZVhr1Kk19Ecr7dFMb4HZo" | ||
}, | ||
"resources/js/app.js": { | ||
"file": "app.js", | ||
"name": "app", | ||
"src": "resources/js/app.js", | ||
"isEntry": true, | ||
"css": [ | ||
"app.css" | ||
], | ||
"integrity": "sha384-EV5vlraT2g7leIzueltC7I+UzR7uBT4ndQF5b1G9I+kUrQ4XL0DREuRw/XiU/U3P" | ||
}, | ||
"resources/sass/styles-dark.scss": { | ||
"file": "styles-dark.css", | ||
"src": "resources/sass/styles-dark.scss", | ||
"isEntry": true, | ||
"integrity": "sha384-/sLOxh+NTFEdcZ8svIuVTv/lSL65X3QGIXhExXAhntQYWjiez1CQbv4ICbtwRfd8" | ||
}, | ||
"resources/sass/styles.scss": { | ||
"file": "styles.css", | ||
"src": "resources/sass/styles.scss", | ||
"isEntry": true, | ||
"integrity": "sha384-4HOmv1E51xgqbUYzCYXaRXPRja5nEho6eq/L/CKs0LlidzTGNTk81VtCAHqLiYSC" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.