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
Getting the following warning on yarn install for version 1.6.3:
warning esbuild-style-plugin > @types/[email protected]: This is a stub types definition. sass provides its own type definitions, so you do not need this installed.
Or is this a different error entirely? I don't know enough about this ecosystem to debug and/or suggest a solution, but wanted to raise this to your attention. Thanks.
The text was updated successfully, but these errors were encountered:
Getting the following warning on yarn install for version 1.6.3:
warning esbuild-style-plugin > @types/[email protected]: This is a stub types definition. sass provides its own type definitions, so you do not need this installed.
Is it related to this? bb3a749
utils.ts file change, previous sass issues resulted in a merge that changed the code to this:
return (moduleName == 'sass') ? (await import(moduleName)) : (await import(moduleName)).default
But now that is gone.
Or is this a different error entirely? I don't know enough about this ecosystem to debug and/or suggest a solution, but wanted to raise this to your attention. Thanks.
The text was updated successfully, but these errors were encountered: