-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cannot find module './lib/compiler.js' in 2.6.0 #164
Comments
Same here, it seems like your latest changes with moving stuff to ./lib/compiler.js never made it's way to npm. Try to re-publish. Installing directly from your github tags like |
Oh sry forgot to update the Will be fixed soon! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In 2.6.0 release the compiler was extracted to its own file.
The extracted files are not included in the npm package published to the registry though (no /lib folder in node_modules/html-webpack-plugin).
Stack trace (running webpack build through gulp):
When reverting to 2.5.0 all is well again.
Regards
Sam Bernet
The text was updated successfully, but these errors were encountered: