Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5caf3ef

Browse files
authored
fix: typo
Fixes a typo I introduced in an earlier commit
1 parent 5120c99 commit 5caf3ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/docs/documentation/references/creating-plugins.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ A set of preconfigured webpack config plugins
7070
exports.onCreateWebpackConfig = ({
7171
stage, getConfig, rules, loaders, actions
7272
}) => {
73-
actions.
74-
({
73+
actions.setWebpackConfig({
7574
module: {
7675
rules: [
7776
{

0 commit comments

Comments
 (0)