Skip to content

Commit 6934869

Browse files
authored
Update README.md
1 parent b7038fc commit 6934869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The only differences with a traditional create-react-app application are :
66
- The usage of [react-app-rewired](https://www.npmjs.com/package/react-app-rewired) to allow providing a custom [webpack](https://webpack.js.org/) configuration
77
- a custom [`config-overrides.js`](./config-overrides.js) to copy the wasm module from sql.js to the distributed assets
88

9+
Note that you should make sure your server serves `.wasm` files with the right mimetype, that is: `application/wasm`. Otherwise, you'll see the following warning in the console: `TypeError: Response has unsupported MIME type`
10+
911
See [`src/App.js`](./src/App.js) for the code.
1012

1113
### [view the live demo](https://sqljs-react-demo.netlify.com/)

0 commit comments

Comments
 (0)