Skip to content

Commit b93808f

Browse files
feat: add webpack manifest plugin to awesome list (webpack#7063)
1 parent a9162b0 commit b93808f

File tree

2 files changed

+22
-217
lines changed

2 files changed

+22
-217
lines changed

src/content/awesome-webpack.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sort: 2
44
contributors:
55
- snitin315
66
- licg9999
7+
- evenstensberg
78
---
89

910
A curated list of awesome webpack resources, libraries, tools and applications. It is inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel free to improve this list by contributing.
@@ -172,6 +173,7 @@ _People passionate about Webpack (In no particular order)_
172173
- [webpack-typescript-directory-compile-plugin](https://github.com/ssigwart/webpack-typescript-directory-compile-plugin) Configure an source directory of typescript files and an output directory for JavaScript files. Each typescript file in the source directory and any newly added files will be compiled to individual JavaScript files. -- _Maintainer_: `Stephen Sigwart` [![Github][githubicon]](https://github.com/ssigwart)
173174
- [CycloneDX Webpack Plugin](https://github.com/CycloneDX/cyclonedx-webpack-plugin#readme): Create CycloneDX Software Bill of Materials (SBOM) from webpack bundles at compile time. -- _Maintainer_: `OWASP CycloneDX Team` [![Github][githubicon]](https://github.com/CycloneDX)
174175
- [Transpile Webpack Plugin](https://github.com/licg9999/transpile-webpack-plugin#readme): Transpiles input files into output files individually without bundling together. -- _Maintainer_: `Chungen Li` [![Github][githubicon]](https://github.com/licg9999) [![Twitter][twittericon]](https://twitter.com/licg9999)
176+
- [Manifest Extraction Plugin](https://github.com/shellscape/webpack-manifest-plugin): Generates an asset manifest after compiling webpack. -- _Maintainer_: `Andrew Powell` [![Github][githubicon]](https://github.com/shellscape)
175177

176178
### Webpack Tools
177179

0 commit comments

Comments
 (0)