[Bug?]: Build without SSR throw error on prerender "Should be provided by compiler" #1209
Closed
2 tasks done
Labels
bug
Something isn't working
Duplicates
Latest version
Current behavior 😯
When building with ssr: false, I get the error "Should be provided by compiler".
Doesn't generate a .html anywhere
Expected behavior 🤔
generate a .html file that serves as an entry point like a conventional SPA
Steps to reproduce 🕹
Steps:
package.json:
{ "name": "demo1", "type": "module", "scripts": { "dev": "vinxi dev", "build": "vinxi build", "start": "vinxi start" }, "dependencies": { "@solidjs/meta": "^0.29.2", "@solidjs/router": "^0.10.5", "@solidjs/start": "^0.4.2", "solid-js": "^1.8.7", "vinxi": "0.0.59" }, "engines": { "node": ">=18" } }
Context 🔦
Generate a simple SPA that I can upload as static site. I use SolidStart because of the file based routing.
Your environment 🌎
System: OS: Linux KDE Neon | Kernel 6.6.1-060601-generic Arquitecture: x86_64 Node Version: v18.17.1 SolidStart version: 0.4.2
The text was updated successfully, but these errors were encountered: