You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] the issue infinite recursion by collect of resources from dependency modules by usage in react app some big components with many thousands dependencies
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
+
## 0.7.1 (Jan 14, 2021)
2
+
### Bugfixes
3
+
- The issue infinite recursion by collect of resources from dependency modules by usage in react app some big components with many thousands dependencies.
4
+
1
5
## 0.7.0 (Dec 21, 2020)
2
6
### Breaking change
3
7
- The `silent` option is deprecated and will be removed on Juni 30, 2021. Use option `verbose: true` to show in console each removed empty file. Defaults, `verbose: false`.
4
-
8
+
5
9
### Bugfixes
6
10
- The issue `Maximum call stack size exceeded` was general fixed in all cases, for example, by usage the webpack setting `optimization.concatenateModules: true` and:
Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "webpack-remove-empty-scripts",
3
-
"version": "0.7.0",
3
+
"version": "0.7.1",
4
4
"description": "Webpack 5 plugin to remove empty scripts generated by usage only style in entries. This is the fork of original plugin https://github.com/fqborges/webpack-fix-style-only-entries (ver. 0.6.0).",
0 commit comments