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
I assume that postcss config should be project specific - and thus the config loading should search from cwd rather than from the file which has to be transpiled. Or maybe both strategies are valid, but they should be applied for different files - load for files within cwd, search for files outside of it (especially for files inside node_modules)
Without it monorepos with hoisted node_modules (lerna, yarn workspaces) have trouble time loading configs for files located inside node_modules
I assume that postcss config should be project specific - and thus the config loading should search from cwd rather than from the file which has to be transpiled. Or maybe both strategies are valid, but they should be applied for different files -
load
for files within cwd,search
for files outside of it (especially for files insidenode_modules
)Without it monorepos with hoisted node_modules (lerna, yarn workspaces) have trouble time loading configs for files located inside
node_modules
Related - cosmiconfig/cosmiconfig#166
The text was updated successfully, but these errors were encountered: