We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c228b commit 044d8f9Copy full SHA for 044d8f9
1 file changed
lib/ContextReplacementPlugin.js
@@ -97,7 +97,7 @@ class ContextReplacementPlugin {
97
}
98
99
const createResolveDependenciesFromContextMap = (createContextMap) => {
100
- return function resolveDependenciesFromContextMap(fs, resource, recursive, regExp, callback) {
+ return function resolveDependenciesFromContextMap(fs, resource, recursive, regExp, contextDependency, callback) {
101
createContextMap(fs, (err, map) => {
102
if(err) return callback(err);
103
const dependencies = Object.keys(map).map((key) => {
0 commit comments