Fix module aliasing
This commit is contained in:
parent
8361ef0917
commit
bb5a615040
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
"@assets(.*)$": "<rootDir>/assets/$1",
|
||||
"@locale(.*)$": "<rootDir>/locale/$1",
|
||||
"@saleor(.*)$": "<rootDir>/src/$1",
|
||||
"@test(.*)$": "<rootDir>/testUtils/$1",
|
||||
"@test/(.*)$": "<rootDir>/testUtils/$1",
|
||||
"^lodash-es(.*)$": "lodash/$1"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue