Readme correction.
This commit is contained in:
@@ -57,3 +57,5 @@ The CLI preserves the current Bridgeable Components production contract:
|
|||||||
- `*.twig` and `*.component.json` files are copied into the output.
|
- `*.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.
|
- 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.
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user