Mario Valle
Mario Valle
Yes, please! Merge it. It solved my last problem with knockout-sortable.
Here is an example: ``` const Spellchecker = require("hunspell-spellchecker"); const spellchecker = new Spellchecker(); const fs = require("fs"); const path = require("path"); const base = require.resolve('dictionary-en').replace(/index\.js$/, ""); const DICT =...
In light mode the contrast is too low. In the attached screenshot the labels are quite readable, but with a normal font and the background white everywhere it is not...
For the `v-expansion-panel-title` seems the text-shadow is hardcoded in the button styling to `#111111`. Changing this color to `#494949` (or changing the opacity) will makes the titles readable in light...
Tried 4.5.0 but no success. Running `npm run build` gives the usual output with two additions: ``` [vite:dts] You are building a library that may not need to generate declaration...
Here is my tsconfig.json file ``` { "compilerOptions": { "target": "ESNext", "module": "Preserve", "skipLibCheck": true, "verbatimModuleSyntax": true, "noErrorTruncation": true, "esModuleInterop": true, "composite": true, "allowSyntheticDefaultImports": true, "useUnknownInCatchVariables": true, "useDefineForClassFields": true, "moduleDetection":...
I have seen this in file `troika-three-text.esm.js` line 3015.
+1 Seems onwarn and onLog defined in vite.config.mts are not called when running `npx vite build`