Closed ninoseki closed 11 months ago
I found a solution. So let me memo it at here.
import { defineConfig } from "vite"
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
caf: "caf/caf"
}
}
})
works with Vite 5 (Rollup 4).
Hello, first of all, thank you for creating this library. It helps me a lot.
Maybe this is an issue of CAF but let me report it. I tried to use
vue-concurrency
v4 with Vite 5. Then Vite 5 throws the following error.Again it may be a CAF issue but
vue-currency
can have a workaround?