We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df4b4c commit 78cdd7eCopy full SHA for 78cdd7e
tutorials/load-image-with-webpack/README.md
@@ -9,7 +9,7 @@ Project
9
|--images
10
| |--npm.svg (0.24KB)
11
| |--github.png (6.17KB)
12
- | |--star.png (9.14)
+ | |--star.png (9.14KB)
13
| |--webpack.png (52.7KB)
14
|
15
|--node_modules
@@ -254,4 +254,4 @@ query: {
254
<img src="https://rawgit.com/iSpring/babel-webpack-react-redux-tutorials/master/tutorials/load-image-with-webpack/images/url3.png" />
255
</div>
256
257
-由此可以看出,`github.png`和`npm.svg`已经被打包成了base64字符串存储在`bundle.js`中了。
+由此可以看出,`github.png`和`npm.svg`已经被打包成了base64字符串存储在`bundle.js`中了。
0 commit comments