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 am attempting to use postcss-loader with postcss-import. These work fine until I make the webpack-config postcss attribute a function as described here.
I get the following message:
ERROR in .//css-loader!.//postcss-loader!./src/styles/main.css
Module build failed: TypeError: undefined is not a function
This is the output anytime I set postcss to a function. If it is an array of plugins, it works fine.
Can anyone verify this functionality is still working with webpack?
Thanks
The text was updated successfully, but these errors were encountered:
@ai I saw a comment you made where you mentioned you aren't a webpack user anymore. Just curious, do you use an alternative and why? Are you supporting postcss-loader actively or just merging PRs?
I am attempting to use postcss-loader with postcss-import. These work fine until I make the webpack-config postcss attribute a function as described here.
I get the following message:
ERROR in ./
/css-loader!.//postcss-loader!./src/styles/main.cssModule build failed: TypeError: undefined is not a function
This is the output anytime I set postcss to a function. If it is an array of plugins, it works fine.
Can anyone verify this functionality is still working with webpack?
Thanks
The text was updated successfully, but these errors were encountered: