Skip to content

Commit 6d0d83f

Browse files
committed
Update readme.md
1 parent d20f190 commit 6d0d83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
new LicenseFilePlugin({
3838
outputFileName: "third-party-licenses.txt",
3939
outputFolder: "./", // Relative to your build output directory
40-
projectFolder: "./", // Relative to your Webpack context directory
40+
pathToPackageJson: "./package.json",
4141
isDev: false, // When true, uses placeholder content to reduce compilation time
4242
lineEnding: undefined // Can be 'windows' or 'posix'. If omitted, the system default will be used
4343
})

0 commit comments

Comments
 (0)