mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Merge pull request #825 from vector-im/fix-sdk-fail-1
Fix sdk build failing after derived theme implementation
This commit is contained in:
commit
67e94bd642
@ -36,7 +36,7 @@ export default mergeOptions(commonOptions, {
|
||||
plugins: [
|
||||
themeBuilder({
|
||||
themeConfig: {
|
||||
themes: { element: "./src/platform/web/ui/css/themes/element" },
|
||||
themes: ["./src/platform/web/ui/css/themes/element"],
|
||||
default: "element",
|
||||
},
|
||||
compiledVariables,
|
||||
|
Loading…
Reference in New Issue
Block a user