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 f21d9c0 commit 987ad5eCopy full SHA for 987ad5e
README.md
@@ -197,7 +197,8 @@ with a combination of 3 loaders:
197
198
The html-loader will parse the URLs, require the images and everything you
199
expect. The extract loader will parse the javascript back into a proper html
200
-file and the file loader will write the _.html_ file for you. Example:
+file, ensuring images are required and point to proper path, and the file loader
201
+will write the _.html_ file for you. Example:
202
203
```js
204
{
0 commit comments