mirror of https://github.com/halo-dev/halo-admin
fix: admin ui theme system not working in production env
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/588/head
parent
3027293bd4
commit
b866860177
|
@ -39,4 +39,5 @@ module.exports = {
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
safelist: ["theme-dark"],
|
||||||
};
|
};
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue