Skip to content

Commit a77f7fb

Browse files
chore: webpack/contrib/terser -> webpack/terser (#7678)
1 parent 35e33ae commit a77f7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/optimization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ module.exports = {
281281
new TerserPlugin({
282282
parallel: true,
283283
terserOptions: {
284-
// https://github.com/webpack-contrib/terser-webpack-plugin#terseroptions
284+
// https://github.com/webpack/terser-webpack-plugin#terseroptions
285285
},
286286
}),
287287
],

0 commit comments

Comments
 (0)