We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6169894 commit 74ca790Copy full SHA for 74ca790
1 file changed
src/pages/docs/plugins/lit-ssr.md
@@ -56,7 +56,20 @@ You can use your favorite JavaScript package manager to install this plugin.
56
57
<!-- prettier-ignore-end -->
58
59
-> For PNPM users, you'll want to add `public-hoist-pattern[]=@lit-labs/*` to your _.npmrc_ file
+For PNPM users, you'll want to add these hoist patterns to your _.npmrc_ file
60
+
61
+<!-- prettier-ignore-start -->
62
63
+<app-ctc-block variant="snippet" heading=".npmrc">
64
65
+ ```shell
66
+ public-hoist-pattern[]=@lit-labs/*
67
+ public-hoist-pattern[]=lit-html
68
+ ```
69
70
+</app-ctc-block>
71
72
+<!-- prettier-ignore-end -->
73
74
Then add this plugin to your _greenwood.config.js_.
75
0 commit comments