Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 83b0967

Browse files
authored
Update README.md
1 parent 593d0b9 commit 83b0967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This is a template repository demonstrating the use of sql.js with create-react-
44

55
The only differences with a traditional create-react-app application are :
66
- The usage of [craco](https://github.com/gsoft-inc/craco) to allow providing a custom [webpack](https://webpack.js.org/) configuration
7-
- a custom [`craco.config.js`](./craco.config.js) to copy the wasm module from sql.js to the distributed assets
8-
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`
7+
- a small custom webpack configuration in [`craco.config.js`](./craco.config.js) to copy the wasm module from sql.js to the distributed assets
8+
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 error: `TypeError: Response has unsupported MIME type`
1010

1111
See [`src/App.js`](./src/App.js) for the code.
1212

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /