MrBin99

Results 22 comments of MrBin99

Thanks for mentioning it ! I will not change the default for now because most of people using Django Vite use the 2.X version of Vite and I don't want...

Thanks for your PR ! I was thinking maybe merging your PR and dropping the old way of setting configurations (with multiple variables) and making a major version. I think...

I think your initial idea is awesome but I'm not fan of your implementation. I think we should keep the API very basic and easy to use. Adding lot of...

Hi, I've opened a pull-request, feel free to comment and review ! #50

Hi, I think you should make all your assets under the same path. It's how Django works. And when you will deploy to production you will need to do a...

I agree with you but if some day the Vite Legacy plugin change its behaviour and put another suffix. People using Django Vite will be stuck because `-legacy` is hardcoded....

Hi, As I said in the #14, I think those things are project specific stuff and need to be implemented by project.

Yeah of course, feel free to do it.

Thanks ! It's possible, you need to import them into you `main.js` file like CSS. But be aware that, last time I tested this, Vite put URLs of those static...