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 a skipped test #279

Merged
merged 3 commits into from
May 25, 2018
Merged

Conversation

vlad-zhukov
Copy link
Collaborator

While working on it I found out Extract Text Plugin is deprecated for webpack 4 and they suggest to use mini-css-extract-plugin.

})
])
css.modules({ minimize: true }),
extractText('css/[name].[contenthash:hex:8].css')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to change it in order to fix the contenthash issue.

@vlad-zhukov vlad-zhukov added this to the 2.0.0 milestone May 25, 2018
@vlad-zhukov vlad-zhukov requested review from andywer and zcei May 25, 2018 09:00
andywer
andywer previously approved these changes May 25, 2018
Copy link
Owner

@andywer andywer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@andywer
Copy link
Owner

andywer commented May 25, 2018

Tests fail, because of prettier if I see that correctly. Any idea?

@andywer
Copy link
Owner

andywer commented May 25, 2018

Btw, very good point. We should switch to using the mini-css-extract-plugin... 👍

@vlad-zhukov
Copy link
Collaborator Author

All errors have been fixed.

@andywer I forgot to run Prettier and ESLint before committing 😐

@andywer andywer merged commit 3609b74 into andywer:release-2.0 May 25, 2018
@vlad-zhukov vlad-zhukov deleted the fix-skipped-test branch May 25, 2018 11:34
@vlad-zhukov vlad-zhukov mentioned this pull request May 25, 2018
6 tasks
andywer pushed a commit that referenced this pull request Jun 19, 2018
marcofugaro pushed a commit to marcofugaro/webpack-blocks that referenced this pull request Sep 29, 2018
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

Successfully merging this pull request may close these issues.

2 participants