Skip to content

Commit

Permalink
doc: Address feedback in Extenders.md
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
  • Loading branch information
traeok committed Oct 2, 2024
1 parent 0b3a57c commit fdd531d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/secrets/src/keyring/EXTENDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ await keyring.deletePassword("TestService", "AccountA");
}
```

This will prevent Webpack from trying to dynamically resolve the Secrets SDK during compile time. This does not affect the majority of developers, as Webpack will omit any unused Imperative modules during the bundling phase.
This will prevent Webpack from trying to dynamically resolve the Secrets SDK during compile time. This does not affect the majority of developers, as Webpack omits any unused Imperative modules during the bundling phase.

---

Expand All @@ -90,7 +90,7 @@ your-pkg/
│ └── (node binaries for Secrets SDK)
```

If you are using ESbuild or Webpack, consider using a copy plugin to copy the `prebuilds` folder from the Secrets SDK _node_modules_ folder:
If you are using ESbuild or Webpack, consider using a copy plug-in to copy the `prebuilds` folder from the Secrets SDK _node_modules_ folder:

- ESbuild: [esbuild-copy-static-files](https://www.npmjs.com/package/esbuild-copy-static-files)
- Webpack: [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin)
Expand Down

0 comments on commit fdd531d

Please sign in to comment.