Require fonts explicitly

This commit is contained in:
Matt-Yorkley
2021-12-07 14:27:06 +00:00
parent 297e2f1b38
commit afd381cbad

View File

@@ -20,6 +20,7 @@ mrujs.start({
]
})
require.context('../fonts', true)
const images = require.context('../images', true)
const imagePath = (name) => images(name, true)