Skip to content

Update readme to fit webpack v2 #22

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
Jan 11, 2017

Conversation

colevoss
Copy link
Contributor

@colevoss colevoss commented Jan 11, 2017

What:

Updates README.md to adhere to webpack v2 loader updates. webpack/webpack issue #3195

@jsf-clabot
Copy link

jsf-clabot commented Jan 11, 2017

CLA assistant check
All committers have signed the CLA.

{
test: /\.js$/,
loader: "source-map-loader"
loader: "source-map-loader",
Copy link
Contributor

Choose a reason for hiding this comment

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

can this be use: ["source-map-loader"]

Copy link
Contributor

Choose a reason for hiding this comment

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

I believe it can also simply be a string as well last time I checked.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For sure. I used this as the example so you might want to update that as well.

@colevoss
Copy link
Contributor Author

@TheLarkInn checkout that change if you will. Also sorry for the vim keys at the end of the commit message.

@TheLarkInn
Copy link
Contributor

Looks good for now. Still has more work to do for webpack/webpack#3195

@TheLarkInn TheLarkInn merged commit a7e4a8c into webpack-contrib:master Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants