From 0dfd24af22954c557cf2cc685ce00a2614159c64 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 21 Jun 2022 12:52:10 +0530 Subject: [PATCH] Update info on path path is now relative to the manifest! --- src/platform/types/theme.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/platform/types/theme.ts b/src/platform/types/theme.ts index 1c8ee7c3..9a984277 100644 --- a/src/platform/types/theme.ts +++ b/src/platform/types/theme.ts @@ -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