Guillaume Duliscouët
Guillaume Duliscouët
@rally25rs @merceyz Here is a minimal reproduction package.json of the issue (just installing `semantic-release` revealed this unwanted warning): ```json { "name": "yarn-warning-repro", "version": "1.0.0", "main": "index.js", "license": "MIT", "private": true,...
In fact it is difficult to find the right information. From my researsh I concluded that, in 3.1: - using `nullable` is not recommended (but I don't think it is...
Again I think this is not clearly forbiden, but the recommanded approach in openapi 3.1 is to: - not have a type key - add `null` to the enum So:...
I'm adding here our use case: ### Context We are using `unplugin-vue-router` **for having a typed router only**, **not for generating paths and route names** from our file structure. This...
Thank you for the response @posva ! > A simpler alternative is to create two different page components that render the same component So this is what we do today,...
Hello @hi-ogawa, I forked the repro [here](https://github.com/gduliscouet-ubitransport/repro-vite-css-prebundling) and tried to upgrade it without changing it too much. From what I see we still have a request per `sass` file, but...