Using Webpack to Make a 'Bundle' the Modern Way of Handling Inter Dependant Application Files HD

09.04.2018
This tutorial shows how to make a ‘bundle’ JavaScript file. JavaScript modules from multiple libraries can be copied into the bundle file, along with your code, to make apps. Webpack is the tool that copies the required modules into the bundle file. The previous tutorial showed how to use node.js’ package manager (npm). Npm is initially used to copy over the Webpack libraries. Npm and Webpack work together to produce the distribution files, the files that are uploaded to a web server, to deploy your application. The files used in the tutorial can be downloaded from my website - http://blender.freemovies.co.uk/nodejs-and-npm/ Download blend4web from - https://www.blend4web.com/en/

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