-
Notifications
You must be signed in to change notification settings - Fork 79
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: Cannot read property 'normalModuleFactory' of undefined #1
Comments
Hello! This plugin currently requires Webpack 4+. |
I misunderstood the webpack 4 requirement based on the peer deps in the project's package.json. Thanks for clarifying. |
Apologies, I'd incorrectly indicated webpack@3 compatibility there. If anyone really needs webpack 3 support, it's been fixed. |
so what the solution for this ? |
Looks like you need to upgrade webpack. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this issue when trying to run webpack after installing the package and adding it to the plugins. Referencing this function
compiler.hooks.normalModuleFactory.tap
Webpack version 3.1.0
Webpack-dev-server 2.7.1
Not sure if that is enough context or not.
The text was updated successfully, but these errors were encountered: