Core Concepts of Webpack HD

13.07.2017
Webpack is a module bundler for modern JavaScript applications. Essentially, what webpack does is take an entry file, for example the app.js file of your app, it reads that file and finds all of the dependencies listed in that file. Webpack will interpret the `import` and `require` statements in this main entry file, find all of the files that is imported or required, and package them up into one output file, called a bundle, that you would include in your index.html file. In this video we will go over the 4 core concepts of webpack and why you should consider using it on your next project. webpack - https://webpack.js.org ActiveLAMP - http://activelamp.com Let us know what you think in the comments!

Похожие видео

Показать еще