houdini-react 1.2.23 → 1.2.24
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.
|
@@ -79626,7 +79626,7 @@ var vite_default = {
|
|
|
79626
79626
|
}
|
|
79627
79627
|
};
|
|
79628
79628
|
if (!isSecondaryBuild() || process.env.HOUDINI_SECONDARY_BUILD === "ssr") {
|
|
79629
|
-
if (
|
|
79629
|
+
if (env.command === "build") {
|
|
79630
79630
|
conf.base = "/assets";
|
|
79631
79631
|
}
|
|
79632
79632
|
conf.build = {
|
|
@@ -79616,7 +79616,7 @@ var vite_default = {
|
|
|
79616
79616
|
}
|
|
79617
79617
|
};
|
|
79618
79618
|
if (!isSecondaryBuild() || process.env.HOUDINI_SECONDARY_BUILD === "ssr") {
|
|
79619
|
-
if (
|
|
79619
|
+
if (env.command === "build") {
|
|
79620
79620
|
conf.base = "/assets";
|
|
79621
79621
|
}
|
|
79622
79622
|
conf.build = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.24",
|
|
4
4
|
"description": "The React plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"recast": "^0.23.1",
|
|
43
43
|
"rollup": "^3.7.4",
|
|
44
44
|
"use-deep-compare-effect": "^1.8.1",
|
|
45
|
-
"houdini": "^1.2.
|
|
45
|
+
"houdini": "^1.2.24"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"build"
|