Webpack

Webpack is a tool known as a “Module Bundler”. In fact, it is the most popular of the existing tools in the code packer ecosystem, other alternatives being Rollup, Gulp, Snowpack, etc.

It is software capable of creating Javascript code bundles, that is, the code packages necessary to be able to bring a frontend project to production, transpiling the code and packaging the modules in one or more compacted, minimized files. and therefore optimized.

In addition to creating the bundles, Webpack is capable of performing various tasks required for the development stage of the project, such as converting Javascript code in current versions to code supported by all common browsers, converting code from CSS preprocessors (such as Sass ) to standard CSS, optimize images, create and build a development server to run the project during its build, etc. For all this, Webpack is organized around a central module that can be expanded with a series of plugins, which will be chosen depending on the needs of the website being developed.

Webpack is free software that can be used for free in any project. your website is

See also  Syntax error or access violation: 1071
Loading Facebook Comments ...
Loading Disqus Comments ...