Skip to content

Commit

Permalink
docs: add webpack 5 note on @project-serum/anchor (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlberErre committed Jan 15, 2022
1 parent f34287e commit 1f95929
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @project-serum/anchor

[![npm](https://img.shields.io/npm/v/@project-serum/anchor.svg?color=blue)](https://www.npmjs.com/package/@project-serum/anchor)
[![Docs](https://img.shields.io/badge/docs-typedoc-blue)](https://project-serum.github.io/anchor/ts/index.html)

TypeScript client for Anchor programs.

## Note

* `@project-serum/anchor` depends on node.js native modules. Therefore, webpack 5 will not work with current version. You will either need to rollback to webpack 4, or use a polyfill for each missing dependency.

0 comments on commit 1f95929

Please sign in to comment.