Skip to content

Commit 69b479f

Browse files
barakdskipjack
authored andcommitted
docs(plugins): fix typo in dll-plugin (#1580)
Fix typo in `sourceType` example from `commonsjs2` to the correct one `commonjs2`.
1 parent efc0a11 commit 69b479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/dll-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ new webpack.DllReferencePlugin({
9090
manifest: require("./manifest.json"),
9191
name: "./my-dll.js",
9292
scope: "xyz",
93-
sourceType: "commonsjs2"
93+
sourceType: "commonjs2"
9494
})
9595
```
9696

0 commit comments

Comments
 (0)