diff --git a/src/content/plugins/dll-plugin.md b/src/content/plugins/dll-plugin.md index e31b2241eb44..31b1357d69c2 100644 --- a/src/content/plugins/dll-plugin.md +++ b/src/content/plugins/dll-plugin.md @@ -90,7 +90,7 @@ new webpack.DllReferencePlugin({ manifest: require("./manifest.json"), name: "./my-dll.js", scope: "xyz", - sourceType: "commonsjs2" + sourceType: "commonjs2" }) ```