Skip to content

Commit 13edf42

Browse files
ojabskipjack
authored andcommitted
docs(plugins): add missing semicolon
1 parent aa4dd18 commit 13edf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/plugins/dll-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ W> `DllReferencePlugin` and `DllPlugin` are used in _separate_ webpack configs.
7777
```javascript
7878
new webpack.DllPlugin({
7979
context: __dirname,
80-
name: "[name]_[hash]"
80+
name: "[name]_[hash]",
8181
path: path.join(__dirname, "manifest.json"),
8282
})
8383
```

0 commit comments

Comments
 (0)