Skip to content

Commit 0f9e063

Browse files
donaldpipowitchshellscape
authored andcommitted
fixed name of logging lib and added link (#238)
Looking at the `package.json` it seems that the correct logging lib is [`loglevel`](https://www.npmjs.com/package/loglevel). This can be important, because there is actually a package called [`log-level`](https://www.npmjs.com/package/log-level) as well 😁
1 parent c25b883 commit 0f9e063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that date.
77

88
## Informative Changes
99

10-
- logging is now handled by `log-level` and follows the same patterns as
10+
- logging is now handled by [`loglevel`](https://www.npmjs.com/package/loglevel) and follows the same patterns as
1111
`webpack-dev-server`.
1212

1313
## Breaking Changes

0 commit comments

Comments
 (0)