houdini-svelte 2.1.14 → 2.1.15
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.
|
@@ -152507,7 +152507,7 @@ async function svelteKitGenerator(framework2, { config }) {
|
|
|
152507
152507
|
uniqueComponentQueries.push(component);
|
|
152508
152508
|
}
|
|
152509
152509
|
}
|
|
152510
|
-
if (!config.include.some((path5) => path5.includes("js")) &&
|
|
152510
|
+
if (!config.include.some((path5) => path5.includes("js")) && !plugin_config(config).static && (uniquePageQueries.length > 0 || uniqueLayoutQueries.length > 0)) {
|
|
152511
152511
|
console.error(
|
|
152512
152512
|
`\u26A0\uFE0F You are using at least one page/layout query but aren't "include"ing .js files in your config.
|
|
152513
152513
|
|
|
@@ -152502,7 +152502,7 @@ async function svelteKitGenerator(framework2, { config }) {
|
|
|
152502
152502
|
uniqueComponentQueries.push(component);
|
|
152503
152503
|
}
|
|
152504
152504
|
}
|
|
152505
|
-
if (!config.include.some((path5) => path5.includes("js")) &&
|
|
152505
|
+
if (!config.include.some((path5) => path5.includes("js")) && !plugin_config(config).static && (uniquePageQueries.length > 0 || uniqueLayoutQueries.length > 0)) {
|
|
152506
152506
|
console.error(
|
|
152507
152507
|
`\u26A0\uFE0F You are using at least one page/layout query but aren't "include"ing .js files in your config.
|
|
152508
152508
|
|
package/build/test-cjs/index.js
CHANGED
|
@@ -282364,7 +282364,7 @@ async function svelteKitGenerator(framework2, { config }) {
|
|
|
282364
282364
|
uniqueComponentQueries.push(component);
|
|
282365
282365
|
}
|
|
282366
282366
|
}
|
|
282367
|
-
if (!config.include.some((path7) => path7.includes("js")) &&
|
|
282367
|
+
if (!config.include.some((path7) => path7.includes("js")) && !plugin_config(config).static && (uniquePageQueries.length > 0 || uniqueLayoutQueries.length > 0)) {
|
|
282368
282368
|
console.error(
|
|
282369
282369
|
`\u26A0\uFE0F You are using at least one page/layout query but aren't "include"ing .js files in your config.
|
|
282370
282370
|
|
package/build/test-esm/index.js
CHANGED
|
@@ -282353,7 +282353,7 @@ async function svelteKitGenerator(framework2, { config }) {
|
|
|
282353
282353
|
uniqueComponentQueries.push(component);
|
|
282354
282354
|
}
|
|
282355
282355
|
}
|
|
282356
|
-
if (!config.include.some((path7) => path7.includes("js")) &&
|
|
282356
|
+
if (!config.include.some((path7) => path7.includes("js")) && !plugin_config(config).static && (uniquePageQueries.length > 0 || uniqueLayoutQueries.length > 0)) {
|
|
282357
282357
|
console.error(
|
|
282358
282358
|
`\u26A0\uFE0F You are using at least one page/layout query but aren't "include"ing .js files in your config.
|
|
282359
282359
|
|