fix: admin ui theme system not working in production env

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/588/head
Ryan Wang 2022-07-14 11:54:23 +08:00
parent 3027293bd4
commit b866860177
2 changed files with 2 additions and 0 deletions

View File

@ -39,4 +39,5 @@ module.exports = {
], ],
}), }),
], ],
safelist: ["theme-dark"],
}; };

View File

@ -57,6 +57,7 @@ export default ({ mode }: { mode: string }) => {
description: "Web Client For Halo", description: "Web Client For Halo",
theme_color: "#fff", theme_color: "#fff",
}, },
disable: true,
}), }),
], ],
resolve: { resolve: {