forked from mystiq/hydrogen-web
Specify theme as array
This commit is contained in:
parent
db2b4e693c
commit
4571ecd851
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue