-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: move laravel mix setup to vite (#1460)
- Loading branch information
1 parent
120831e
commit 8281384
Showing
25 changed files
with
1,322 additions
and
9,438 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.
0
public/favicon.ico → public/build/favicon.ico
100755 → 100644
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,25 @@ | ||
{ | ||
"resources/img/favicon.ico": { | ||
"file": "favicon.ico", | ||
"src": "resources/img/favicon.ico" | ||
}, | ||
"resources/js/app.js": { | ||
"file": "app.js", | ||
"name": "app", | ||
"src": "resources/js/app.js", | ||
"isEntry": true, | ||
"css": [ | ||
"app.css" | ||
] | ||
}, | ||
"resources/sass/styles-dark.scss": { | ||
"file": "styles-dark.css", | ||
"src": "resources/sass/styles-dark.scss", | ||
"isEntry": true | ||
}, | ||
"resources/sass/styles.scss": { | ||
"file": "styles.css", | ||
"src": "resources/sass/styles.scss", | ||
"isEntry": true | ||
} | ||
} |
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.
Binary file not shown.
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
Oops, something went wrong.