mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 16:47:26 +02:00
refactor: improve types (#6866)
This commit is contained in:
parent
8e934450d8
commit
a4e37c4054
4 changed files with 26 additions and 50 deletions
|
@ -189,8 +189,7 @@ export default function pluginPWA(
|
|||
'**/*.{js,json,css,html}',
|
||||
'**/*.{png,jpg,jpeg,gif,svg,ico}',
|
||||
'**/*.{woff,woff2,eot,ttf,otf}',
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
// @ts-expect-error: internal API?
|
||||
...(injectManifest.globPatterns ?? []),
|
||||
],
|
||||
// those attributes are not overrideable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue