config options not working
Closed this issue · 2 comments
bogdancondorachi commented
Hi there, I'm trying to change the entry point through config but it doesn't seem to overwrite the default option which is 'index.js'
'arnoson/kirby-vite' => [ 'entry' => 'main.jsx', ]
arnoson commented
Ah, my bad, I made a typo in the readme, replace /
with .
and it should work:
'arnoson.kirby-vite' => [ 'entry' => 'main.jsx', ]
bogdancondorachi commented
Thank you, missed that typo as well 😬