-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Guides(migrating/#complex-options): remove ident #1150
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
Comments
@michael-ciniawsky were you planning to PR this? If not, I'd be happy to but can you give me a rough idea of your thoughts on how to correct this? Maybe adding a tip (e.g. |
Go ahead if you have time 😛 I'm not sure what's best, imho remove it enterily from the docs :D |
Sounds good, I'll tackle it soon if no one beats me to it. |
Thx |
Added a warning instead that points to the v2 version in which this option became obsolete. We could also reference an older version of the docs if necessary for people to jump back to, though that may be overkill. Fixes #1150
removing info past new `T>...` about `ident` as anyone looking to migrate from this point on should be on webpack >= v2.2.1 but leaving the tip just to clarify for any curious during migration. thoughts @michael-ciniawsky & @skipjack?
Added a warning instead that points to the v2 version in which this option became obsolete. We could also reference an older version of the docs if necessary for people to jump back to, though that may be overkill. Fixes #1150
The
ident
(Complex Options) is obsolete sincewebpack >= v2.2.1
and gets automatically added internally by webpackThe text was updated successfully, but these errors were encountered: