Skip to content

Commit

Permalink
Dependency Extraction: Fix function name in README (WordPress#59973)
Browse files Browse the repository at this point in the history
Unlinked contributors: enodekciw.

Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
2 people authored and carstingaxion committed Mar 27, 2024
1 parent ea21557 commit 4523158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dependency-extraction-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function requestToHandle( request ) {
}

module.exports = {
plugins: [ new DependencyExtractionWebpackPlugin( { requestToExternal } ) ],
plugins: [ new DependencyExtractionWebpackPlugin( { requestToHandle } ) ],
};
```

Expand Down

0 comments on commit 4523158

Please sign in to comment.