-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix a skipped test #279
Conversation
}) | ||
]) | ||
css.modules({ minimize: true }), | ||
extractText('css/[name].[contenthash:hex:8].css') |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Tests fail, because of prettier if I see that correctly. Any idea? |
Btw, very good point. We should switch to using the |
All errors have been fixed. @andywer I forgot to run Prettier and ESLint before committing 😐 |
While working on it I found out Extract Text Plugin is deprecated for webpack 4 and they suggest to use mini-css-extract-plugin.