forked from mystiq/hydrogen-web
Update info on path
path is now relative to the manifest!
This commit is contained in:
parent
34eac94da3
commit
0dfd24af22
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@ export type ThemeManifest = Partial<{
|
|||
*/
|
||||
source: {
|
||||
/**
|
||||
* This is mapping from theme-id to location of css file relative to build-output root.
|
||||
* eg: {"element-light": "assets/theme-element-light.10f9bb22.css", ...}
|
||||
* This is a mapping from theme-id to location of css file relative to the location of the
|
||||
* manifest.
|
||||
* eg: {"element-light": "theme-element-light.10f9bb22.css", ...}
|
||||
*
|
||||
* Here theme-id is 'theme-variant' where 'theme' is the key used to specify the manifest
|
||||
* location for this theme-collection in vite.config.js (where the themeBuilder plugin is
|
||||
|
|
Loading…
Reference in a new issue