stigkj / webpack.io

Home Page:https://webpack.github.io/webpack.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack.io

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).

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
  • License -
  • Writer's Guide -

/api

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

/concepts

  • Compared to other systems - - #48
  • Entry points - - #8
  • Everything is a module - - #49
  • Loaders - - #50
  • Output - - #10
  • Plugins - - #51
  • Targets - - #14

/how-to

  • Author libraries - - #9
  • Cache - - #2
  • Develop - - #26
  • Generate a production build - - #11
  • Handle compatibility - - #4
  • Handle dependencies - - #5
  • Improve build performance - - #16
  • Shim - - #13
  • Split code - - #3
  • Upgrade from webpack 1 - - #20
  • Use with Docker - - #44
  • Use with third party tools - - #53

Git Flow

We are using the git flow branching model. Please direct all pull requests for code changes to the develop branch. Content changes are fine on to make on master.

Editor Config

The .editorconfig in the root should ensure consistent formatting. Please make sure you've installed the plugin if your text editor needs one.

About

https://webpack.github.io/webpack.io/


Languages

Language:JavaScript 59.8%Language:CSS 40.2%