You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Preview a basic implementation in [Storybook](https://txnlab.github.io/use-walle
18
18
19
19
## Quick Start
20
20
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).
22
22
23
23
### Yarn
24
24
@@ -362,6 +362,8 @@ Note that some of the providers do not require static imports to be provided. Th
362
362
363
363
## Webpack 5
364
364
365
+
Note: Frameworks like `next.js` already include polyfills. This step is required if you're using `create-react-app` with `webpack 5`.
366
+
365
367
1. Install `react-app-rewired` and the missing polyfills.
0 commit comments