Skip to content

Commit 987ad5e

Browse files
Improved description of extract-loader operation
1 parent f21d9c0 commit 987ad5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ with a combination of 3 loaders:
197197

198198
The html-loader will parse the URLs, require the images and everything you
199199
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:
200+
file, ensuring images are required and point to proper path, and the file loader
201+
will write the _.html_ file for you. Example:
201202

202203
```js
203204
{

0 commit comments

Comments
 (0)