Add content to "Webpack"

pull/963/head
Felipe Sousa 3 years ago committed by Kamran Ahmed
parent 8054ac8d0e
commit fb55ccc5cf
  1. 9
      content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/100-webpack.md

@ -1 +1,8 @@
# Webpack
# Webpack
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://webpack.js.org/'>Webpack Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://webpack.js.org/concepts/'>Webpack Documentation</BadgeLink>

Loading…
Cancel
Save