-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STRWEB-35 avoid buggy third-party-dep (#48)
`@cerner/duplicate-package-checker-webpack-plugin` `2.2.0` introduced new node engine restrictions without incrementing their major version. Whoops. I suspect they didn't realize that their previous `>=10 || <13` configuration short-circuited to `>=10`. Sigh. Details: cerner/terra-toolkit#730 Refs STRWEB-35,
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters