From 6d36952d2175d8c9ab9201558e52b4a09c231a20 Mon Sep 17 00:00:00 2001 From: Ge Yang Date: Thu, 24 Mar 2016 04:31:18 -0500 Subject: [PATCH] fix typo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec9901..f4e66ae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ module.exports = { }; ``` -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. +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. ## License