fuse-box/fuse-box

pluginConsolidate not working

zeniroy opened this issue · 1 comments

I was using WebIndexPlugin with ejs on v3
On v4, i saw this page(https://fuse-box.org/docs/plugins/pluginConsolidate)
So i tried pluginConsolidate with webIndex option but not working

webIndex: {
template: "../index.ejs",
},
plugins: [
pluginConsolidate('ejs', {
MODE: mode,
})
]

How can i use ejs file for webIndex?

@zeniroy I don't this has been ported to v4. Feel free to make a PR!