Skip to content

Commit 37575cb

Browse files
committed
Update README.md
1 parent 140f4ef commit 37575cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The communication between React app and React Native app will be also simplified
2727
- `emit` function sends message.
2828
- Support bundling some assets in web side with ES6 import syntax
2929
- `.json` is imported as an object, like require in Node.js.
30-
- `.txt` and `.md` are imported as string.
30+
- `.txt` and `.md` are imported as string, like [raw-loader](https://github.com/webpack-contrib/raw-loader).
3131
- `.css` is injected to the HTML head of WebView, like [css-loader](https://github.com/webpack-contrib/css-loader).
3232
- `.bmp`, `.gif`, `.png`, `.jpg`, `.jpeg`, `.webp` and `.svg` are loaded as base64 encoded url, like [url-loader](https://github.com/webpack-contrib/url-loader).
3333
- `.htm` and `.html` are loaded as string, which can be rendered with React's dangerouslySetInnerHTML.

0 commit comments

Comments
 (0)