Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/webpack/webpack.js.org into…
Browse files Browse the repository at this point in the history
… merge-sync-202311
  • Loading branch information
dkstyle committed Nov 18, 2023
2 parents b3a8fe2 + b93808f commit 67a15f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 217 deletions.
2 changes: 2 additions & 0 deletions src/content/awesome-webpack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sort: 2
contributors:
- snitin315
- licg9999
- evenstensberg
---

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.
Expand Down Expand Up @@ -172,6 +173,7 @@ _People passionate about Webpack (In no particular order)_
- [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)
- [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)
- [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)
- [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)

### Webpack Tools

Expand Down
Loading

0 comments on commit 67a15f6

Please sign in to comment.