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

Dependency management > webpack #20

Closed
shama opened this issue Dec 31, 2013 · 18 comments · Fixed by #51
Closed

Dependency management > webpack #20

shama opened this issue Dec 31, 2013 · 18 comments · Fixed by #51
Assignees
Labels

Comments

@shama
Copy link
Contributor

shama commented Dec 31, 2013

It would be great to see webpack included. It is fantastic module bundler that combines the capabilities of many of the other module bundlers. Totally framework and package manager agnostic as well.

I've written about it here: http://dontkry.com/posts/code/single-page-modules-with-webpack.html

They are nearing a 1.0.0 release and I'll be helping out more with their docs. I'd love to help write a chapter about managing deps with webpack here.

Thanks!

@addyosmani
Copy link
Member

👍 from me. cc @sindresorhus @passy

@sindresorhus
Copy link
Contributor

👍

@addyosmani
Copy link
Member

@shama Mind if I assign you as the finalized author for this chapter? :)

@shama
Copy link
Contributor Author

shama commented Jan 8, 2014

@addyosmani Absolutely. Also let me ping @sokra and @jhnns for more technical review. Thanks!

@sokra
Copy link
Contributor

sokra commented Jan 8, 2014

👍

@jhnns
Copy link

jhnns commented Jan 8, 2014

Cool! 👍

Watching the repo now 😄

@sokra
Copy link
Contributor

sokra commented Jan 8, 2014

Could you please use the correct spelling of webpack in the README.

I don't want to conflict with them... ;)

@addyosmani
Copy link
Member

Of course! We'll correct it asap :)

@ghost ghost assigned shama Jan 8, 2014
@addyosmani
Copy link
Member

Awesome @shama! That would be ace. I've added you to the repo and assigned this to you :)

@dashed
Copy link

dashed commented Jan 9, 2014

👍

@shama
Copy link
Contributor Author

shama commented Jan 11, 2014

Here is a proposed outline:

  • What is webpack?
  • Installation
  • Requiring Modules (AMD and CommonJS)
  • Load Modules from Bower and Other Vendors (Defaults to npm and an agnostic web_modules folder)
  • Using Loaders (Everything is a Module)
  • Code Splitting
  • Multi Entry Build
  • Require Contexts
  • Hot Module Replacement
  • Chunk Optimization
  • Writing Loaders & Plugins
  • Use with Build Tools

Let me know if there are any other topics which would be important to include or exclude. Thanks!

@sokra
Copy link
Contributor

sokra commented Jan 11, 2014

  • Code Splitting
  • Multi entry build

After loaders

@shama
Copy link
Contributor Author

shama commented Jan 11, 2014

Added, thanks!

@addyosmani
Copy link
Member

Just a friendly ping to see where we are on this :) Thanks again for volunteering to help out with this chapter!

@shama
Copy link
Contributor Author

shama commented Feb 15, 2014

Thanks for the ping! I have a good lead on each section. Probably another week away from a PR.

@sindresorhus
Copy link
Contributor

@shama awesome! thanks for the update :)

@sokra
Copy link
Contributor

sokra commented Feb 15, 2014

👍

@addyosmani
Copy link
Member

Hey @shama. I know you're probably super-busy but I was wondering if you had a chance to get anywhere further with the chapter you were writing. If you think it might be a while until you can get back to it, perhaps it would make sense to PR your initial work and we can then build on it as time allows? Thanks again for getting involved! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants