Dima

Results 1 comments of Dima

The same issue for me (react/vite, yarn, mac os) fixed with: 1. yarn add -D million@latest 2. yarn add -D @million/lint 3. vite.config.ts: ... import million from 'million/compiler'; import MillionLint...