mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 16:23:34 +02:00
refactor: unify export directive style (#6751)
This commit is contained in:
parent
0c807b3501
commit
0d14470d54
105 changed files with 315 additions and 510 deletions
|
@ -13,7 +13,7 @@ type Options = {
|
|||
palette: boolean;
|
||||
};
|
||||
|
||||
async function lqipLoader(
|
||||
export default async function lqipLoader(
|
||||
this: LoaderContext<Options>,
|
||||
contentBuffer: Buffer,
|
||||
): Promise<void> {
|
||||
|
@ -78,5 +78,3 @@ async function lqipLoader(
|
|||
}
|
||||
|
||||
lqipLoader.raw = true;
|
||||
|
||||
export default lqipLoader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue