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
The ~ tsconfig path alias tends to create compatibility issues like this, that's why a lot of Remix templates are moving toward using package.json alias instead:
I see, thank you for the explanation!On 11 Feb 2024, at 21:13, xHomu ***@***.***> wrote:
The ~ tsconfig path alias tends to create compatibility issues like this, that's why a lot of Remix templates are moving toward using package.json alias instead:
https://github.com/epicweb-dev/epic-stack/blob/main/docs/decisions/026-path-aliases.md
I'll probably switch over once Typescript's adoption of this standard stabilize here microsoft/TypeScript#55015
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
Using
@import '~payload/scss'
in a.scss
file that is being imported (maybe indirectly) inpayload.config.ts
raises an error:The text was updated successfully, but these errors were encountered: