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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,7 @@ Some known issues / examples observed so far include:
145
145
146
146
---
147
147
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.
148
+
In cases where this issu may prevent scripts from resolving in the browser, you can create an import map programmatically and use a [Resource plugin](/docs/reference/plugins-api/#resource) to add it to your page HTML.
150
149
151
150
The below example demonstrates adding supplemental custom import map entries for [**heroicons**](https://heroicons.com/) SVG icons.
152
151
@@ -211,7 +210,7 @@ export function heroiconsImportMapPlugin() {
211
210
}
212
211
```
213
212
214
-
This would allow usage of bare specifiers from a client-side JavaScript file:
213
+
This will now allow usage of bare specifiers from a client-side JavaScript file:
0 commit comments