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

upgrade incompatible #172

Closed
creeperyang opened this issue Jan 15, 2016 · 2 comments
Closed

upgrade incompatible #172

creeperyang opened this issue Jan 15, 2016 · 2 comments

Comments

@creeperyang
Copy link
Contributor

When I upgrade html-webpack-plugin from v2.1.0 to v2.6.0. I get an error:

ERROR in ./~/html-webpack-plugin/lib/loader.js!./app/index.html
    Module not found: Error: Cannot resolve module 'lodash' in /Users/creeper/work/projects/react-base/app
     @ ./~/html-webpack-plugin/lib/loader.js!./app/index.html 1:8-25

I checked the source code, and found the reason:

// lib/loader.js line26
return 'var _ = require("lodash"); module.exports = ' + template;

So it makes the lodash the unneeded dependency. And this change is from v2.5.0.

@jantimon
Copy link
Owner

Released as 2.6.2

@lock
Copy link

lock bot commented Jun 1, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jantimon @creeperyang and others