Skip to content

Commit 58720b7

Browse files
feat: update README
1 parent a4d45e1 commit 58720b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Preview a basic implementation in [Storybook](https://txnlab.github.io/use-walle
1818

1919
## Quick Start
2020

21-
⚠️ If you're using Webpack 5 (most newer React projects), you will need to install polyfills. Follow [these directions](#webpack-5).
21+
⚠️ If you're using `create-react-app` and `webpack 5` (most newer React projects), you will need to install polyfills. Follow [these directions](#webpack-5).
2222

2323
### Yarn
2424

@@ -362,6 +362,8 @@ Note that some of the providers do not require static imports to be provided. Th
362362
363363
## Webpack 5
364364
365+
Note: Frameworks like `next.js` already include polyfills. This step is required if you're using `create-react-app` with `webpack 5`.
366+
365367
1. Install `react-app-rewired` and the missing polyfills.
366368
367369
```bash

0 commit comments

Comments
 (0)