We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e33ae commit a77f7fbCopy full SHA for a77f7fb
src/content/configuration/optimization.mdx
@@ -281,7 +281,7 @@ module.exports = {
281
new TerserPlugin({
282
parallel: true,
283
terserOptions: {
284
- // https://github.com/webpack-contrib/terser-webpack-plugin#terseroptions
+ // https://github.com/webpack/terser-webpack-plugin#terseroptions
285
},
286
}),
287
],
0 commit comments