Skip to content

Commit 1197c13

Browse files
committed
docs: fixed some doc annotations
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a9aef2f commit 1197c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'use strict'
2+
23
/*!
34
This file is part of CycloneDX JavaScript Library.
45
@@ -22,7 +23,7 @@ const path = require('path')
2223
const deepmerge = require('deepmerge')
2324

2425
/**
25-
* @see {@link https://webpack.js.org/guides/author-libraries/}
26+
* @see {@link https://webpack.js.org/configuration/}
2627
*/
2728
const configBase = {
2829
target: 'web',

0 commit comments

Comments
 (0)