Eddy Brown
Eddy Brown
Another way of achieving this is to use a copy plugin (such as https://www.npmjs.com/package/rollup-plugin-copy) to copy any assets you need in Django during your Vite build process - then when...
This could be due to #81 as I saw the same error. You're probably seeing this error because your asset name in your vite manifest is actually `assets/main-130a948e.js` but the...
> Thanks for your contributions, @emab! > > Just a thought: wouldn't it be cleaner to add an extra parameter (i.e. `dev_only=True`) to the already existing `{% vite_asset %}` and...
> I'm not sure, since I've discovered this package I've never used `vite_asset_url` so I'm unaware of the added value and use cases for it... In my setup, some of...
@thijskramer I've pushed an update which I've tested locally.
https://github.com/MrBin99/django-vite/pull/82 I've added a PR for this!
Happy to look into this one, however would be good just to verify exactly what this discussion landed on in terms of implementation?
And we'll be using the rule name `banTsComment` to do so?
Maybe could be a configuration option, but having a comment above a skipped test explaining _why_ it was skipped can be extremely useful. Is this something we could consider?
I think this rule will allow you to use `.skip`, and doesn't force you to explain why you are skipping? E.g. this rule will stop this: ```js describe.only("test", () =>...