ayo
@ayo@ayco.io
It's insane; the amount of devDependencies I was able to remove from this ~7-year-old project (had to recount as my memory failed me) … just because I migrated to Vite
@ayo@ayco.io
It's insane; the amount of devDependencies I was able to remove from this ~7-year-old project (had to recount as my memory failed me) … just because I migrated to Vite
@ayo@ayco.io
@viteconf online happening now btw: https://vite.dev/live
@zenn_trend_bot@silicon.moe · Reply to Zenn Trends's post
📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 71)
🇬🇧 Deep dive into vite-task's innovative approach to eliminate manual cache dependency management through automatic file access tracking.
🇰🇷 자동 파일 액세스 추적을 통해 수동 캐시 종속성 관리를 제거하는 vite-task의 혁신적 접근 방식을 심층 분석합니다.
@zenn_trend_bot@silicon.moe · Reply to Zenn Trends's post
📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 63)
🇬🇧 Exploring Vite+ alpha release and vite-task's automatic file access tracking that eliminates manual cache dependency management.
🇰🇷 Vite+ 알파 릴리스와 수동 캐시 의존성 관리를 제거하는 vite-task의 자동 파일 액세스 추적 기능을 살펴봅니다.
@zenn_trend_bot@silicon.moe · Reply to Zenn Trends's post
📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 38)
🇬🇧 Vite+ alpha released! vite-task eliminates manual cache dependency management by auto-capturing file access
🇰🇷 Vite+ 알파 출시! vite-task는 파일 접근을 자동 감지하여 수동 캐시 의존성 관리를 제거
@mnvr@mastodon.social
Finally solved my hot reload woes!
Try what I may, #vite wouldn't hot reload my plain #HTML files consistently. Sometimes it worked, sometimes not. There are no other great alternatives unfortunately.
This fixed the issue! (so far 😅). Add a small inline plugin
export default {
plugins: [
{
name: 'html-reload',
handleHotUpdate({ file, server }) {
if (file.endsWith('.html')) {
server.ws.send({ type: 'full-reload', path: '*' });
}
},
}
]
}
@nove_b@social.nove-b.dev
#vite ってプラグインを作成するための`api`が用意されてるのか。
https://ja.vite.dev/guide/api-plugin#%E3%83%95%E3%82%9A%E3%83%A9%E3%82%AF%E3%82%99%E3%82%A4%E3%83%B3-api
@DavidRGardiner@mastodon.online
Blogged: **Aspire with Python, React, Rust and Node apps**
What's involved with integrating apps written with Python, Rust, Node and React/Vite with Aspire? Not that much as it turns out!
@DavidRGardiner@mastodon.online
Blogged: **Aspire with Python, React, Rust and Node apps**
What's involved with integrating apps written with Python, Rust, Node and React/Vite with Aspire? Not that much as it turns out!
@vitest@webtoo.ls
Vitest 4 is out!
🎊 Browser Mode is Stable
👀 Visual Regression Testing
🛠️ Improved Debugging
⛵️ Pool Stabilization
✨ New APIs
✅ Bug Fixes
Stay updated with our blog post: https://vitest.dev/blog/vitest-4
@vitest@webtoo.ls
Vitest 4 is out!
🎊 Browser Mode is Stable
👀 Visual Regression Testing
🛠️ Improved Debugging
⛵️ Pool Stabilization
✨ New APIs
✅ Bug Fixes
Stay updated with our blog post: https://vitest.dev/blog/vitest-4

@hongminhee@hollo.social
This patch for @vite is blocking #Fedify's Cloudflare Workers support. They say it'll be included in #Vite 7, but I can't wait that long, so I'm not sure what to do… 🤔

@hongminhee@hollo.social
This patch for @vite is blocking #Fedify's Cloudflare Workers support. They say it'll be included in #Vite 7, but I can't wait that long, so I'm not sure what to do… 🤔
@embereurope@fosstodon.org
At our Q1 event, @real_ate gave an update on the momentum behind the Ember Initiative—from stable @vite builds to codemods and real-world wins like Discourse’s upgrade to GJS.
So much progress in just one month.
📺 Watch now: https://youtu.be/n2dJO6CCZDA
#EmberJS #Vite #Embroider #Mainmatter
@embereurope@fosstodon.org
At our Q1 event, @real_ate gave an update on the momentum behind the Ember Initiative—from stable @vite builds to codemods and real-world wins like Discourse’s upgrade to GJS.
So much progress in just one month.
📺 Watch now: https://youtu.be/n2dJO6CCZDA
#EmberJS #Vite #Embroider #Mainmatter
Qiita - 人気の記事@qiita@rss-mstdn.studiofreesia.com
【個人開発】YouTubeのコメントをX(Twitter)のように見れるアプリを開発しました!
https://qiita.com/shotaqiita/items/690cb5b788e2732aa98f?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Qiita - 人気の記事@qiita@rss-mstdn.studiofreesia.com
【React + TypeScript + Vite】デジタル名刺アプリの作成からデプロイまで
https://qiita.com/shin-tech/items/bd5f7cbfbf3f7e4c2c1d?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items