license-webpack-plugin icon indicating copy to clipboard operation
license-webpack-plugin copied to clipboard

fix: read license file from package directory

Open tsvetomir opened this issue 2 years ago • 0 comments

Licenses that refer to external files ("SEE LICENSE IN") are currently skipped due to incorrect path resolution.

Here resolvePath resolves normalizedFile to the current working directory instead of directory.

tsvetomir avatar Jul 07 '22 13:07 tsvetomir