mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
loadlazychunks without dev
This commit is contained in:
parent
cdba643226
commit
1905ea04fb
3 changed files with 25 additions and 27 deletions
|
@ -83,7 +83,7 @@ function makeShortcuts() {
|
|||
wpsearch: search,
|
||||
wpex: extract,
|
||||
wpexs: (code: string) => extract(findModuleId(code)!),
|
||||
loadLazyChunks: IS_DEV ? loadLazyChunks : () => { throw new Error("loadLazyChunks is dev only."); },
|
||||
loadLazyChunks: loadLazyChunks,
|
||||
find,
|
||||
findAll: findAll,
|
||||
findByProps,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue