Skip to content

Commit

Permalink
Revert "[5.x] Change Laravel Mix asset bundling to Vite setup (#1413)" (
Browse files Browse the repository at this point in the history
#1418)

This reverts commit 3c6661d.
  • Loading branch information
driesvints committed Apr 17, 2024
1 parent a43adc8 commit 6667681
Show file tree
Hide file tree
Showing 28 changed files with 16,937 additions and 2,100 deletions.
17,838 changes: 15,992 additions & 1,846 deletions package-lock.json

Large diffs are not rendered by default.

37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@
"private": true,
"scripts": {
"dev": "npm run development",
"development": "NODE_ENV=development vite build --mode=development",
"watch": "NODE_ENV=development vite build --mode=development --watch",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "NODE_ENV=production vite build"
"production": "mix --production"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"axios": "^1.6.8",
"axios": "^1.6.0",
"bootstrap": "~5.1.3",
"chart.js": "^2.9.4",
"highlight.js": "^10.7.3",
"laravel-vite-plugin": "^1.0.2",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"phpunserialize": "^1.3.0",
"chart.js": "^2.5.0",
"highlight.js": "^10.4.1",
"laravel-mix": "^6.0.13",
"md5": "^2.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"phpunserialize": "1.*",
"resolve-url-loader": "^5.0.0",
"sass": "^1.74.1",
"sass": "^1.49.7",
"sass-loader": "^12.4",
"sql-formatter": "^4.0.2",
"vite": "^5.2.8",
"vue": "^2.7.16",
"vue-json-pretty": "^1.9.5",
"vue-router": "^3.6.5"
"vue": "^2.5.7",
"vue-json-pretty": "^1.6.2",
"vue-loader": "^15.9.6",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.21"
}
}
8 changes: 8 additions & 0 deletions public/app-dark.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions public/app.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/app.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/app.css

This file was deleted.

103 changes: 0 additions & 103 deletions public/build/app.js

This file was deleted.

25 changes: 0 additions & 25 deletions public/build/manifest.json

This file was deleted.

6 changes: 0 additions & 6 deletions public/build/styles-dark.css

This file was deleted.

6 changes: 0 additions & 6 deletions public/build/styles.css

This file was deleted.

File renamed without changes
4 changes: 4 additions & 0 deletions public/img/horizon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6667681

Please sign in to comment.