Skip to content

Remove Obsolete ident Section #1154

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

Merged
merged 2 commits into from
Apr 26, 2017
Merged

Remove Obsolete ident Section #1154

merged 2 commits into from
Apr 26, 2017

Conversation

skipjack
Copy link
Collaborator

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

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
Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment, otherwise 👍 Thx again for jumping in on this 😛


`require("some-loader??by-ident!resource")`

``` js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move this example under the note, so folks know how it looked like :). Does ```diff work on the docs page ?

webpack.config.js

{
  test: /\.ext/
  use: { 
    loader: '...',
    options: {
-     ident: 'id',
      fn: () => require('./foo.js')
    }
  }
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does ```diff work on the docs page ?

It does, I'll update.

@skipjack
Copy link
Collaborator Author

@michael-ciniawsky done 👍

image

@skipjack skipjack merged commit 0904eb1 into master Apr 26, 2017
@skipjack skipjack deleted the remove-ident branch April 26, 2017 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants