initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
title: "Webpack"
ring: adopt
quadrant: tools
---
In the last few years, Webpack has grown to become the de-facto standard for Web
bundling in the JavaScript-Ecosystem. With Version 3, Webpack is a more robust
and better documented bundler with nice new features such as
[scope hoisting](https://webpack.js.org/plugins/module-concatenation-plugin/).
Because of this, and because of the continuously growing community, we have adopted Webpack for nearly
every single-page application we have.