-
Updated
Nov 15, 2020 - Vue
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.
Here are 18,708 public repositories matching this topic...
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Oct 20, 2020
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 12, 2020 - PHP
We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185
We could document statsFilename
and reportFilename
options allowing the use of an absolute file path like /path/to/folder
so that people would know it's supported.
Let us know in this issue if you would like to contribute to this!
-
Updated
Aug 31, 2020 - Vue
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens
Released March 10, 2012
- Organization
- webpack
- Website
- webpack.js.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@default
tag to describe the default valueHowever, nothing happens when I use the
@deprecated
tag.Describe the solution you'd like
Some ideas: