Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(web): update license-webpack-plugin to improve performance (#9058)
  • Loading branch information
Phillip9587 committed Mar 10, 2022
1 parent 285ea82 commit dbb4988
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -181,7 +181,7 @@
"kill-port": "^1.6.1",
"less": "3.12.2",
"less-loader": "^10.1.0",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"loader-utils": "1.2.3",
"memfs": "^3.0.1",
"metro-resolver": "^0.67.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Expand Up @@ -41,7 +41,7 @@
"fork-ts-checker-webpack-plugin": "6.2.10",
"fs-extra": "^9.1.0",
"glob": "7.1.4",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"rxjs": "^6.5.4",
"source-map-support": "0.5.19",
"tree-kill": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -72,7 +72,7 @@
"identity-obj-proxy": "3.0.0",
"less": "3.12.2",
"less-loader": "^10.1.0",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"loader-utils": "1.2.3",
"mini-css-extract-plugin": "~2.4.7",
"parse5": "4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -16269,6 +16269,13 @@ license-webpack-plugin@4.0.0:
dependencies:
webpack-sources "^3.0.0"

license-webpack-plugin@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
integrity sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==
dependencies:
webpack-sources "^3.0.0"

lie@~3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz"
Expand Down

1 comment on commit dbb4988

@vercel
Copy link

@vercel vercel bot commented on dbb4988 Mar 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.