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

fix(cli): add warning for css-loader < 4.2 #9152

Merged
merged 1 commit into from Apr 14, 2021
Merged

Conversation

danielroe
Copy link
Member

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)

Description

Since #9014 we now have a default schema incompatible with css-loader < 4.2, which is when the compileType option was introduced (see webpack-contrib/css-loader#1150).

This PR adds a warning if the version of css-loader installed is less than 4.2.

closes #9117

Checklist:

  • All new and existing tests are passing.

@danielroe danielroe requested a review from clarkdo April 14, 2021 21:47
@clarkdo clarkdo merged commit 21020df into dev Apr 14, 2021
@clarkdo clarkdo deleted the fix/css-loader-warning branch April 14, 2021 21:48
@pi0 pi0 mentioned this pull request May 8, 2021
@danielroe danielroe added the 2.x label Jan 18, 2023
@danielroe danielroe mentioned this pull request Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New release breaks production build
2 participants