Skip to content

Commit 1e9ba31

Browse files
committed
Upgrade to rolldown-vite
1 parent 5514bba commit 1e9ba31

File tree

2 files changed

+431
-276
lines changed

2 files changed

+431
-276
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@babel/preset-react": "^7.18.6",
99
"axios": "^1.13.2",
1010
"cross-env": "^5.2.0",
11-
"laravel-vite-plugin": "^0.5.3",
11+
"laravel-vite-plugin": "^2.0.1",
1212
"popper.js": "^1.12",
13-
"vite": "^3.2.4"
13+
"vite": "npm:rolldown-vite@latest"
1414
},
1515
"dependencies": {
1616
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
@@ -34,5 +34,10 @@
3434
"vue-i18n": "^9.2.2",
3535
"vue-router": "^4.1.6",
3636
"vuex": "^4.1.0"
37+
},
38+
"pnpm": {
39+
"overrides": {
40+
"vite": "npm:rolldown-vite@latest"
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)