Skip to content

Commit 49616a6

Browse files
authored
Merge pull request #12 from episodeyang/patch-1
fix typo README.md
2 parents eabfc7e + 6d36952 commit 49616a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
};
4040
```
4141

42-
This extracts all SourceMaps from all files. That's not so performance-wise so you may only want to apply the loader to relevant files.
42+
This extracts SourceMaps from all js files (including node_modules). This is not very performant, so you may want to only apply the loader to relevant files.
4343

4444
<h2 align="center">Maintainers</h2>
4545

0 commit comments

Comments
 (0)