Skip to content

Commit 06473f3

Browse files
second draft
1 parent 3170358 commit 06473f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/docs/introduction/web-standards.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ Some known issues / examples observed so far include:
145145

146146
---
147147

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.
149150

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.
151152

152153
```js
153154
import { mergeImportMap } from "@greenwood/cli/src/lib/node-modules-utils.js";

0 commit comments

Comments
 (0)