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
When using this plugin in a postcss.config.*ts file with TypeScript tsconfig.json#compilerOptions.moduleResolutionnot set to honor package.json#exports the import is package.json#module for which no project.json#types are provided..
When using this plugin in a
postcss.config.*ts
file with TypeScripttsconfig.json#compilerOptions.moduleResolution
not set to honorpackage.json#exports
the import ispackage.json#module
for which noproject.json#types
are provided..This seems to fix the issue:
The text was updated successfully, but these errors were encountered: