Skip to content

Commit

Permalink
⚒️ Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Sep 12, 2022
1 parent 9b27962 commit f54c270
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ const MyComponent = () => {
export default MyComponent;
```

⚠️ If you are using [Remix](https://remix.run/), add in the **remix.config.js**:

```js
module.exports = {
...
serverDependenciesToBundle: ["@react-symbols/icons"], // <-
...
};
```
- [More information - Importing ESM Packages - Remix Docs](https://remix.run/docs/en/v1/pages/gotchas#importing-esm-packages).

## 📦 Icons:

-[Icons/files](https://github.com/miguelsolorio/vscode-symbols/tree/main/src/icons/files) - Ready.
Expand Down

0 comments on commit f54c270

Please sign in to comment.