Skip to content

Commit 6d36952

Browse files
committed
fix typo README.md
1 parent ba5f1fb commit 6d36952

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
@@ -22,7 +22,7 @@ module.exports = {
2222
};
2323
```
2424

25-
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.
25+
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.
2626

2727
## License
2828

0 commit comments

Comments
 (0)