We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2be9bb commit ae70a41Copy full SHA for ae70a41
test/lib/builder/builder.js
@@ -2162,7 +2162,8 @@ const libraryCoreBuildtimeTree = {
2162
};
2163
2164
const themeJTree = {
2165
- "id": "theme.j",
+ // Using @openui5/ prefix to enable execution of generateThemeDesignerResources task
2166
+ "id": "@openui5/theme.j",
2167
"version": "1.0.0",
2168
"path": themeJPath,
2169
"dependencies": [],
@@ -2186,7 +2187,8 @@ const themeJTree = {
2186
2187
2188
2189
const themeLibraryETree = {
- "id": "theme.library.e.id",
2190
2191
+ "id": "@openui5/theme.library.e.id",
2192
2193
"path": themeLibraryEPath,
2194
0 commit comments