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: {
|
source: {
|
||||||
/**
|
/**
|
||||||
* This is mapping from theme-id to location of css file relative to build-output root.
|
* This is a mapping from theme-id to location of css file relative to the location of the
|
||||||
* eg: {"element-light": "assets/theme-element-light.10f9bb22.css", ...}
|
* 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
|
* 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
|
* location for this theme-collection in vite.config.js (where the themeBuilder plugin is
|
||||||
|
|
Reference in a new issue