@sveltejs/adapter-static
Advanced tools
Comparing version 1.0.0-next.40 to 1.0.0-next.41
# @sveltejs/adapter-static | ||
## 1.0.0-next.41 | ||
### Patch Changes | ||
- Better error when encountering not-fully-prerenderable routes ([#6474](https://github.com/sveltejs/kit/pull/6474)) | ||
## 1.0.0-next.40 | ||
@@ -4,0 +10,0 @@ |
@@ -30,3 +30,3 @@ import path from 'path'; | ||
builder.log.error( | ||
`@sveltejs/adapter-static: cannot have dynamic routes unless using the 'fallback' option. See https://github.com/sveltejs/kit/tree/master/packages/adapter-static#spa-mode for more information` | ||
`@sveltejs/adapter-static: all routes must be fully prerenderable (unless using the 'fallback' option — see https://github.com/sveltejs/kit/tree/master/packages/adapter-static#spa-mode). Try adding \`export const prerender = true\` to your root layout — see https://kit.svelte.dev/docs/page-options#prerender for more details` | ||
); | ||
@@ -33,0 +33,0 @@ builder.log.error( |
{ | ||
"name": "@sveltejs/adapter-static", | ||
"version": "1.0.0-next.40", | ||
"version": "1.0.0-next.41", | ||
"repository": { | ||
@@ -22,3 +22,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.455", | ||
"@sveltejs/kit": "1.0.0-next.459", | ||
"@types/node": "^16.11.36", | ||
@@ -25,0 +25,0 @@ "playwright-chromium": "^1.25.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28808
357