Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 331 Bytes

File metadata and controls

6 lines (4 loc) · 331 Bytes

webpack-entrypoints-plugin

A Webpack plugin that outputs a manifest of the entrypoints, including the initial assets that make them up.

This manifest can be used to load the required assets, such as you want to manually achieve the same effect as the HtmlWebpackPlugin.