We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c195a commit cc377a5Copy full SHA for cc377a5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.2.0
2
+
3
+- added `includePackages` option (thanks to @WIStudent)
4
5
# 4.1.4
6
7
- provide compatibility starting from Node 12 via package.json `engines` field
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-license-plugin",
- "version": "4.1.4",
+ "version": "4.2.0",
"description": "Extracts OSS license information of the npm packages in your webpack output",
"keywords": [
"webpack",
0 commit comments