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
Got a strange build error today while using a CLI that embeds postcss as a library. The CLI supports passing a --config flag, which was being read by cosmiconfig, which is used by postcss-load-config, which this module uses to load config files. I'm assuming that using the --config flag is desired for postcss-load-config, but I can't imagine a scenario where a user would expect the postcss loader for webpack to use it.
I'll submit a PR soon, but figured an issue should be created too.
The text was updated successfully, but these errors were encountered:
Got a strange build error today while using a CLI that embeds postcss as a library. The CLI supports passing a
--config
flag, which was being read by cosmiconfig, which is used by postcss-load-config, which this module uses to load config files. I'm assuming that using the--config
flag is desired for postcss-load-config, but I can't imagine a scenario where a user would expect the postcss loader for webpack to use it.I'll submit a PR soon, but figured an issue should be created too.
The text was updated successfully, but these errors were encountered: