[JS] – Understand Webpack

What is Webpack ?

“Webpack” compile files in another. Also, it is similar; Make, Grunt, Gulp, Browserify or Brunch.

screen-shot-2017-01-15-at-2-15-08-pm

Why use Webpack?

  • To compile all files and win performance;
  • To replace Make, Grunt, Gulp, Browserify or Brunch
  • To handle tasks, such as linting, building, or developing your project

+ More information: https://webpack.js.org/get-started/why-webpack/

How to set up a Webpack in my application ?

Video suggestion: Getting Started With React, Babel and Webpack

Official Getting Started pagehttps://webpack.js.org/get-started/

How to debug a NodeJS with Webpack ?

You will need source maps. The following is a video which will help you understand it.

Check the DevTool Documentation: https://webpack.js.org/configuration/devtool/

WebPack Official Data

+ Official Site: https://webpack.github.io/

+ API 2.0: https://webpack.js.org/concepts/

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s