git404hub

what is webpack-manifest-plugin fr?

dsanders11/webpack-manifest-plugin — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2024-09-18

JavaScriptAudience · developerComplexity · 2/5StaleSetup · easy

tl;dr

A webpack plugin that writes a JSON file mapping your original asset names to their final hashed filenames, so servers and templates know what to link to.

vibe map

mindmap
  root((webpack-manifest-plugin))
    What it does
      Tracks renamed files
      Writes manifest JSON
      Cache busting helper
    Tech stack
      JavaScript
      Webpack plugin
    Use cases
      Backend asset lookup
      Combine multi builds
      Custom manifest format
    Audience
      Web developers
      Backend teams
    Setup
      Add plugin
      Run webpack
      Read manifest

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Let a Python, Ruby, or PHP backend look up the real hashed filename for an asset.

VIBE 2

Combine multiple webpack builds into a single manifest file.

VIBE 3

Output the manifest as YAML instead of JSON for a custom pipeline.

VIBE 4

Filter or rename entries before they're written to the manifest.

what's the stack?

JavaScriptWebpack

how it stacks up fr

dsanders11/webpack-manifest-plugin3rd-eden/ircb.ioa15n/a15n
LanguageJavaScriptJavaScriptJavaScript
Last pushed2024-09-182016-11-162019-04-07
MaintenanceStaleDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

prompts (copy fr)

prompt 1
Show me how to add webpack-manifest-plugin to my webpack config so it outputs manifest.json.
prompt 2
Write a Flask/Django helper function that reads manifest.json to resolve asset URLs.
prompt 3
How do I configure webpack-manifest-plugin to merge manifests from two separate webpack builds?
prompt 4
Configure webpack-manifest-plugin to filter out source map files from the manifest output.

Frequently asked questions

what is webpack-manifest-plugin fr?

A webpack plugin that writes a JSON file mapping your original asset names to their final hashed filenames, so servers and templates know what to link to.

What language is webpack-manifest-plugin written in?

Mainly JavaScript. The stack also includes JavaScript, Webpack.

Is webpack-manifest-plugin actively maintained?

Stale — no commits in 1-2 years (last push 2024-09-18).

How hard is webpack-manifest-plugin to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is webpack-manifest-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.