survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

Update 04_what_is_webpack.md #233

Closed Undistraction closed 7 years ago

Undistraction commented 7 years ago
  1. Idea of input and output
  2. Idea of dependency graph
  3. Idea that module doesn't have to be JS (this was missing).

I removed: 'You can also find plugins for specific tasks, such as minification, internationalization, HMR, and so on' as it is confusing at this point because it doesn't directly relate to modules.