mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
[next] Embed: Defer login/logout until ready (#2123)
* feat: Embed defer login/-out until ready * fix: make remove work with lazy render * fix: typo * fix: another typo * fix: test * chore: replace query-string for querystringify * fix: types * chore: small refactor * feat: added webpack analzyer * chore: rename compile -> generate * fix: fix scripts and improve bundle size * fix: lodash webpack plugin
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
declare module "querystringify" {
|
||||
export function parse(query: string): any;
|
||||
export function stringify(obj: object, prefix?: string | boolean): string;
|
||||
}
|
||||
Reference in New Issue
Block a user