arnoson/kirby-vite

config options not working

Closed this issue · 2 comments

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', ]

Ah, my bad, I made a typo in the readme, replace / with . and it should work:
'arnoson.kirby-vite' => [ 'entry' => 'main.jsx', ]

Thank you, missed that typo as well 😬