v5.108.3
Changed 1
- Speed up CSS parsing and reduce CSS AST node memory
Fixed 2
- Fix HMR codegen crash for harmony accept with unresolved imports
- Match harmony accept dependencies by module reference so HMR codegen handles imports without a module or chunk id
Patch Changes
-
Speed up CSS parsing and reduce CSS AST node memory. (by @alexander-akait in #21285)
-
Fix HMR codegen crash for harmony accept with unresolved imports. (by @xiaoxiaojx in #21302)
-
Match harmony accept dependencies by module reference so HMR codegen handles imports without a module or chunk id. (by @alexander-akait in #21303)