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
Hey!
I'm trying to use several postcss.config.js for different folders (different templates) but postcss-loaders loads only one config from the root of a project.
I'm sure this is the problem on this line get_style_rule.js:31 config: { path: resolve() },
I think this is a not correct way of using path in postcss-loader because post-css-loader documentation tells us - Config lookup starts from path.dirname(file) and walks the file tree upwards until a config file is found.
when I removed this line it helped me.
The text was updated successfully, but these errors were encountered:
Hey!
I'm trying to use several postcss.config.js for different folders (different templates) but postcss-loaders loads only one config from the root of a project.
I'm sure this is the problem on this line get_style_rule.js:31
config: { path: resolve() },
I think this is a not correct way of using
path
in postcss-loader because post-css-loader documentation tells us -Config lookup starts from path.dirname(file) and walks the file tree upwards until a config file is found.
when I removed this line it helped me.
The text was updated successfully, but these errors were encountered: