Skip to content

Commit

Permalink
docs: add modules to global polyfills usage (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: parbez <imranbarbhuiya.fsd@gmail.com>
  • Loading branch information
markdalgleish and imranbarbhuiya authored Aug 28, 2023
1 parent 29faf77 commit 54e8d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ build({
});
```

> **Note**
> If you are utilizing the [`modules`][#configure-which-modules-to-polyfill] option, ensure that you include polyfills for the global modules you are using.
### Configure which modules to polyfill:

```ts
Expand Down

0 comments on commit 54e8d46

Please sign in to comment.