-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
🚨 TypeError: Class extends value undefined is not a constructor or null #3
Comments
mini-css-extract-plugin requires webpack >= 4.1.0 |
OMG, didn't notice webpack 4.1.0 published already - that was super quick! Thanks for pointing this out, I feel so stupid now 😅 |
I am still getting this even after webpack version 4.1.0 |
any update on this? I also get the error.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Not really sure what's going on, but the aforementioned error was thrown on my machine when including the plugin, i.e.
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
.Error Message & Stack Trace
Config
Environment
The text was updated successfully, but these errors were encountered: