From 06500e48d6c33ac485a39a5d2442713b8558ff0f Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Sun, 7 Jun 2026 14:50:13 -0600 Subject: [PATCH] Readme correction. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 414fc91..bc6b648 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,5 @@ The CLI preserves the current Bridgeable Components production contract: - `*.twig` and `*.component.json` files are copied into the output. - Storybook-only files, fixture data, docs, build config, `node_modules`, `.git`, and previous build output are excluded. - Vite emits `manifest.json`, which the WordPress Bridgeable Components plugin uses to resolve hashed asset filenames. + +Static asset manifest keys use the original logical path from the source library. For example, `assets/logo/logo.svg` resolves to a hashed file such as `assets/logo/logo.[hash].svg` in production.