You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with #7798, getStaticDirectory() is unused by official adapters. Static assets are included in getClientDirectory(), and the adapter has a list of files in static, so it's not necessary.
It's quite likely that we'll want to support static: ['static', process.env.THEME] or something like that in future, and getStaticDirectory() would make that somewhat tricky.
Describe the proposed solution
Check community adapters aren't using getStaticDirectory(), and remove it.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
As with #7798,
getStaticDirectory()
is unused by official adapters. Static assets are included ingetClientDirectory()
, and the adapter has a list of files instatic
, so it's not necessary.It's quite likely that we'll want to support
static: ['static', process.env.THEME]
or something like that in future, andgetStaticDirectory()
would make that somewhat tricky.Describe the proposed solution
Check community adapters aren't using
getStaticDirectory()
, and remove it.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: