Akayy
Akayy
One important thing - because of the peer deps issue with @mussi/eslint-config, I couldn't lint properly.
Completed my PR for the update, here is a quick summary: - Configured `@antfu/eslint-config` (thanks @antfu) and removed `@mussi/eslint-config`. Main package.json has a minor addition to allow eslint9 until the...
With Vite 5 deprecating [cjs node api](https://vitejs.dev/guide/migration#deprecate-cjs-node-api), I have refactored `tryInstallModule` to `tryImportOrInstallModule` and use dynamic import() which works with both cjs & esm modules even when a package doesn't...
> Hi @TechAkayy! > > Would you enable me to push updates to this branch in your fork? Just invited you @ElMassimo. Thanks! Good idea creating a fork without linting....
Very happy to see this happening. Thank you! ☺️ I can help with any testing, please let me know.
As per this PR https://github.com/nuxt/image/pull/860, this should work: ``` // nuxt.config.ts image: { provider: 'none' } ``` or env: `NUXT_IMAGE_PROVIDER=none`
Given my limited knowledge of frameworks other than Vue, I did more research. Adding plugins **_after_** the creation of the app instance is specific to Vue. For example, `app.use(pinia)` pattern...
Thanks Max ✌🏾. I will prepare a PR for review coming weekend 🙂!
I have created a sample with two vuetify islands (screenshots at the bottom), both of them require initializing of the vuetify plugin with `enhanceIslands` - https://github.com/TechAkayy/pg-iles-vuetify-enhance-islands to test the above...
Thanks for the insights, @ElMassimo! 😃 I finally found some time to work on the new `enhanceIslands` API. I remembered that you're reviewing the Vite-5 update branch, so I decided...