mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
[*] Fix: size-limit report for esm modules (#6234)
This commit is contained in:
@ -50,6 +50,7 @@ function sizeLimitConfig(pkg) {
|
||||
return ['require', 'import'].map((type) => {
|
||||
const aliasType = getAliasType(type);
|
||||
return {
|
||||
import: '*',
|
||||
path:
|
||||
aliasType[pkg] != null
|
||||
? aliasType[pkg]
|
||||
|
Reference in New Issue
Block a user