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
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,39 @@ The only differences with a traditional create-react-app application are :
11
11
See [`src/App.js`](./src/App.js) for the code.
12
12
13
13
### [view the live demo](https://react-sqljs-demo.ophir.dev/)
14
+
15
+
## Using with Webpack 5
16
+
Webpack 5 do not include nodejs polyfills by default, and you'll have to explicitely specify the file-loader for `wasm` file. So you'll need to update `craco.config.js` as below
0 commit comments