You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/introduction/web-standards.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,9 +145,10 @@ Some known issues / examples observed so far include:
145
145
146
146
---
147
147
148
-
In cases where this issue prevents scripts from loading in the browser, you can create a [Resource plugin](/docs/reference/plugins-api/#resource) to automatically generate an import map for you.
148
+
In cases where this issue prevents scripts from resolving in the browser, you can create an import programmatically and use a [Resource plugin](/docs/reference/plugins-api/#resource) to add it to your page
149
+
s HTML.
149
150
150
-
The example below demonstrates adding supplemental custom import map entries for [heroicons](https://heroicons.com/) SVG icons:
151
+
The below example demonstrates adding supplemental custom import map entries for [**heroicons**](https://heroicons.com/) SVG icons.
0 commit comments