@rpcbase/vite 0.79.0 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -110,7 +110,7 @@ export {resolveAliases}
|
|
|
110
110
|
const rbPackagesNeedingEnvPolyfill = [
|
|
111
111
|
"@rpcbase/auth",
|
|
112
112
|
"@rpcbase/env",
|
|
113
|
-
"@rpcbase/env/polyfill",
|
|
113
|
+
// "@rpcbase/env/polyfill",
|
|
114
114
|
"@rpcbase/server",
|
|
115
115
|
"@rpcbase/client",
|
|
116
116
|
"@rpcbase/form",
|
|
@@ -186,7 +186,10 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
|
|
|
186
186
|
alias: {
|
|
187
187
|
...resolveAliases,
|
|
188
188
|
},
|
|
189
|
-
dedupe: [
|
|
189
|
+
dedupe: [
|
|
190
|
+
"react", "react-dom",
|
|
191
|
+
"react-router", "react-hook-form"
|
|
192
|
+
],
|
|
190
193
|
preserveSymlinks: true,
|
|
191
194
|
},
|
|
192
195
|
ssr: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rpcbase/vite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "19.2.0",
|
|
39
39
|
"react-dom": "19.2.0",
|
|
40
40
|
"react-hook-form": "7.66.0",
|
|
41
|
-
"react-router": "7.9.
|
|
41
|
+
"react-router": "7.9.6",
|
|
42
42
|
"react-use": "17.6.0",
|
|
43
43
|
"tailwindcss": "4.1.17",
|
|
44
44
|
"validator": "13.15.23",
|