You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ module.exports = {
39
39
};
40
40
```
41
41
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.
0 commit comments