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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
8
8
9
9
### Added
10
10
-[`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments ([#2942], thanks [@JiangWeixian])
11
+
-[`dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])
11
12
12
13
### Changed
13
14
-[Docs]`no-extraneous-dependencies`: Make glob pattern description more explicit ([#2944], thanks [@mulztob])
@@ -1115,6 +1116,7 @@ for info on changes for earlier releases.
|[consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md)| Enforce or ban the use of inline type-only markers for named imports. |||| 🔧 |||
76
-
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||||
76
+
|[dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md)| Enforce a leading comment with the webpackChunkName for dynamic imports. |||||💡||
77
77
|[exports-last](docs/rules/exports-last.md)| Ensure all exports appear after other statements. |||||||
78
78
|[extensions](docs/rules/extensions.md)| Ensure consistent use of file extension within the import path. |||||||
79
79
|[first](docs/rules/first.md)| Ensure all imports appear before other statements. |||| 🔧 |||
0 commit comments