Toby Leftly
Toby Leftly
Thanks so much for this, I was using django-webpack-loader but this is much simpler! Do you have a recommendation for how to achieve automatic browser reloading when the assets are...
Many thanks for this module - it's made working with Vite in Django much easier for me! I've converted your example app to a React Vite app, and I'm trying...
Looks like the [rollup-plugin-terser](https://www.npmjs.com/package/rollup-plugin-terser) has been deprecated, which triggers an error when trying to `npm install`. I was pretty easily able to switch for [@rollup/plugin-terser](https://www.npmjs.com/package/@rollup/plugin-terser). Thanks!