mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
typo, correct prod check in build manifest
This commit is contained in:
parent
c244c3e797
commit
f5315a4f92
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export function getManifestFiles (page, type) {
|
|||
|
||||
let htmlCode = '';
|
||||
|
||||
if (!IS_PROD) {
|
||||
if (IS_PROD) {
|
||||
if (type !== 'js') {
|
||||
htmlCode += `<link rel="stylesheet" type="text/css" href="${getBuildUrl(page + '.css')}">`; // eslint-disable-line prefer-template
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue