improve naming for (nested) bundled SSR page and API route entry points to better reflect original file based routing name #1226
Labels
Adapter
alpha.4
bug
Something isn't working
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
SSR
v0.30.0
Milestone
Summary
Coming out of #1223 / #1224 was the realization that nested SSR page bundles, in particular those with the name route based file name, e.g.
Will get the following top level bundle names from Rollup due to the repeated index.js files in this case
Details
While in the PR this was fixed by leveraging the bundle names created by Rollup and updating
outputPath
on the route object in the graph, it would be better if the naming was more reflective of the source route name path, e.g.Or output based on path
Notes:
The text was updated successfully, but these errors were encountered: