tools:webpack

Differences

This shows you the differences between two versions of the page.


Previous revision
tools:webpack [2022/08/14 14:28] (current) Henrik Yllemo
Line 1: Line 1:
 +====== Webpack ======
 +
 +https://webpack.js.org/
 +
 +Module bundler primarily for JavaScript
 +
 +
 +{{wp>Webpack}}
 +
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +{{ :tools:pasted:20220814-142750.png?100}}
 +  * https://github.com/topics/webpack
 +
 +Webpack is a bundler that takes modules with dependencies and creates static assets. It is designed to simplify and enhance the development and user experience.
 +</callout> 
 +
 +{{tag>tool   programming   dev-web          }}