[9.x] Vite (#5904)
* Use Vite * Gitignore Vite build directory * Use CSS entry points * Update plugin * Linting * Update plugin
This commit is contained in:
14
package.json
14
package.json
@@ -1,18 +1,14 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"prod": "npm run production",
|
||||
"production": "mix --production"
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.25",
|
||||
"laravel-mix": "^6.0.6",
|
||||
"laravel-vite-plugin": "^0.2.1",
|
||||
"lodash": "^4.17.19",
|
||||
"postcss": "^8.1.14"
|
||||
"postcss": "^8.1.14",
|
||||
"vite": "^2.9.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user