Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] is it a break change v5.0.5? #155

Closed
SoloJiang opened this issue May 16, 2021 · 4 comments
Closed

[Bug] is it a break change v5.0.5? #155

SoloJiang opened this issue May 16, 2021 · 4 comments

Comments

@SoloJiang
Copy link

Before this version, the plugin works well with webpack4, but now it updated postcss to v
8 which only can work with webpack5. The change has maked our projects build failed.

@NMFR
Copy link
Owner

NMFR commented May 16, 2021

Why is postcss not compatible with webpack5?
Our unit tests seem to be all green with webpack4.

It can however be a node.js version. What version are you on?

@ferrao
Copy link

ferrao commented May 16, 2021

I have the same issue @NMFR, I am running node 12.22.1 and npm 6.14.12

This is a breaking dependency and it is actually breaking the default install of the Phoenix Framework

@SoloJiang
Copy link
Author

image

@NMFR
Copy link
Owner

NMFR commented May 17, 2021

Should be fixed in 5.0.6.

Released:

  • 5.0.6 with a revert of the cssnano and postcss major upgrade.
  • 6.0.0 with the cssnano and postcss major upgrade.

Reopen if there are still problems on 5.0.6 please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants