Skip to content

Commit e20ee62

Browse files
authored
docs: fix outdated broken links (#245)
1 parent 54ce187 commit e20ee62

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
@@ -65,7 +65,7 @@ All source map data is passed to webpack for processing as per a chosen [source
6565
This loader is especially useful when using 3rd-party libraries having their own source maps.
6666
If not extracted and processed into the source map of the webpack bundle, browsers may misinterpret source map data. `source-map-loader` allows webpack to maintain source map data continuity across libraries so ease of debugging is preserved.
6767
The `source-map-loader` will extract from any JavaScript file, including those in the `node_modules` directory.
68-
Be mindful in setting [include](https://webpack.js.org/configuration/module/#rule-include) and [exclude](https://webpack.js.org/configuration/module/#rule-exclude) rule conditions to maximize bundling performance.
68+
Be mindful in setting [include](https://webpack.js.org/configuration/module/#ruleinclude) and [exclude](https://webpack.js.org/configuration/module/#ruleexclude) rule conditions to maximize bundling performance.
6969

7070
And run `webpack` via your preferred method.
7171

0 commit comments

Comments
 (0)