exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
3k stars 67 forks source link

wrong entry into built importMap.server.json #156

Closed dagda1 closed 2 years ago

dagda1 commented 2 years ago

After running deno task build there should be an entry for the root file entry point server.tsx but instead of it having the .tsx extension it is .js:

{
  "imports": {
    "./server.js": "./server.js",

Manually changing it to this fixes it:

{
  "imports": {
    "./server.tsx": "./server.js",
deckchairlabs commented 2 years ago

This will be fixed in the next beta release! Apologies for the delay

deckchairlabs commented 2 years ago

This is fixed in the latest beta release