From ca745b41ab93f7c85fb3358b052ffe9ae6a4405a Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 15 Jan 2022 16:32:40 +0000 Subject: [PATCH] docs: add webpack 5 note on @project-serum/anchor (#1320) --- ts/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ts/README.md diff --git a/ts/README.md b/ts/README.md new file mode 100644 index 0000000000..c045ad74e4 --- /dev/null +++ b/ts/README.md @@ -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. \ No newline at end of file