ericclemmons / webpack.js.org

New repository for webpack documentation and more!

Home Page:https://webpack.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status

webpack.js.org

Guides, documentation, and all things Webpack.

Contributing

To develop, please pull the project, cd into the directory and run:

  • npm install to pull all dependencies.
  • npm run build to create a production version of the site.
  • npm start to develop on a local webpack-dev-server (should be here).

For more information see the contributors page

Content Progress

Fully completed can be removed from this list. If there's a topic you would like to contribute in, check out the related issue and comment there.

Root Level

  • Analyze -
  • Changelog -
  • Contribute -
  • Get Started - - #15
  • Writer's Guide -

/api

  • Configuration - - #25
  • Loaders - - #21
  • Module Resolution - - #12
  • Node - - #23
  • Plugins - - #37

/concepts

  • Compared to other systems - - #48
  • Entry points - - #8
  • Modules - - #49
  • Loaders - - #50
  • Plugins - - #51

/how-to

  • Author libraries - - #9
  • Develop - - #26
  • Handle compatibility - - #4
  • Handle dependencies - - #5
  • Improve build performance - - #16
  • Shim - - #13
  • Split code - - #3
  • Use with Docker - - #44
  • Use with third party tools - - #53

About

New repository for webpack documentation and more!

https://webpack.js.org


Languages

Language:JavaScript 54.8%Language:CSS 42.4%Language:Shell 2.8%