protibimbok / django-vite-plugin

This plugin configures Vite for use with Django backend.
103 stars 13 forks source link

PluginConfig interface requires appConfig property #8

Closed benjdevries closed 1 year ago

benjdevries commented 1 year ago

Looking through the examples in this repo, when calling djangoVite() in the Vite config, the config object only has the input property, but the PluginConfig interface also requires the appConfig property. Should appConfig be optional on the interface like root and addAliases?

protibimbok commented 1 year ago

Somehow this slipped through all three test cases: The project, Test Project and My Common Sense But alhamdulillah, it's fixed now. Thank you!