typo, correct prod check in build manifest

This commit is contained in:
Matteo Pagliazzi 2016-09-21 16:33:38 +02:00
parent c244c3e797
commit f5315a4f92

View file

@ -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
}