webpack

https://webpack.js.org/concepts/

https://github.com/webpack/webpack

Concepts

At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles.

Learn more about JavaScript modules and webpack modules here.

 

posted @ 2019-06-25 10:19  ChuckLu  阅读(167)  评论(0编辑  收藏  举报