mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:33:51 -04:00
Refactored project structure
This commit is contained in:
@@ -182,6 +182,7 @@ export function transformScript(
|
||||
map: Buffer.from(data, "base64")
|
||||
})
|
||||
}),
|
||||
catchError(() => NEVER),
|
||||
switchMap(({ js, map }) => {
|
||||
const file = digest(options.to, js)
|
||||
return concat(
|
||||
|
||||
Reference in New Issue
Block a user