From e20ee62bf89b4c6f96334d2dc1329d8051c11b4b Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 11:08:27 +0530 Subject: [PATCH] docs: fix outdated broken links (#245) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f417fde..4233ad7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ All source map data is passed to webpack for processing as per a chosen [source This loader is especially useful when using 3rd-party libraries having their own source maps. 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. The `source-map-loader` will extract from any JavaScript file, including those in the `node_modules` directory. -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. +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. And run `webpack` via your preferred method.