Skip to content

Commit 577b522

Browse files
BeWoFinumdaKmoR
authored andcommitted
fix(rocket): support dependencies in linked installs
1 parent 7980702 commit 577b522

15 files changed

Lines changed: 336 additions & 162 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@rocket/js': patch
3+
---
4+
5+
Resolve generated Markdown Page rendering, browser assets, and default Icon Library dependencies
6+
through Rocket so Site Authors do not need to install Rocket's transitive dependencies directly and
7+
linked Rocket installations load their modules and styles correctly. Prefer compatible Lit and Web
8+
Awesome packages from the Site Author project to avoid duplicate browser module registrations, and
9+
honor browser ESM package conditions when sharing project dependencies.

exports/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { ssrRender } from '../src/ssr.js';
1+
export { html, render, ssrRender } from '../src/ssr.js';

0 commit comments

Comments
 (0)