Originally wanted to write ha personal study Webpack heart, but the online now has a variety of relatively good, detailed introduction or in-depth resources.
So I simply summed up some of the blogs and documents I saw when I started webpack, and some things I thought I should know.
Webpack Official documents: https://www.webpackjs.com/concepts/
A better webpack Getting Started blog:
1190000006178770
https://www.jb51.net/article/117390.htm
Webpack Resource Rollup GitHub address: https://github.com/kraaas/webpack-tutorial-collection
This is when I look at each entry webpack, feel or say that I am interested, should also by the way to know something
COMMONJS Specification Detailed: http://javascript.ruanyifeng.com/nodejs/module.html (Nanyi)
https://www.jianshu.com/p/fc858878d891 (Pinterest)
AMD Specifications: Https://github.com/amdjs/amdjs-api/wiki/AMD (Nanyi, all English, love the dregs of their own English)
Add:
Background to the birth of the AMD specification:
Http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html
Implements the Require.js usage of the AMD specification:
& nbsp   http://www.ruanyifeng.com/blog/2012/11/require_js.html      (Nanyi)
Commonjs and AMD Compare the pros and cons, as well as the front-end modular development process:
Http://wiki.jikexueyuan.com/project/webpack-handbook/module-system.html
< Span style= "COLOR: #3366ff" > n Ode.js global Variable Introduction- __dirname __filename:
< Span style= "COLOR: #3366ff" > http://www.runoob.com/nodejs/ nodejs-global-object.html
< Span style= "COLOR: #3366ff" > < Span style= "COLOR: #3366ff" > JavaScript modular Programming (i): The notation of the module:
http://www.ruanyifeng.com/blog/2012/10/javascript_module.html (Ruan One peak)
Webpack Getting Started-personal Learning Resource Collection