{"library":"meteor-vite","title":"meteor-vite","description":"meteor-vite integrates Vite with Meteor 3.x, providing an alternative to Meteor's built-in build system. Version 3.8.0 supports Vite 6 and requires Node 20+. It enables fast HMR, ES module imports, and TypeScript support within Meteor projects. Major differentiator: allows using Vite's plugin ecosystem and modern tooling while leveraging Meteor's full-stack framework.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install meteor-vite"],"cli":null},"imports":["import meteorVite from 'meteor-vite'","import { defineConfig } from 'meteor-vite'","import { withVite } from 'meteor-vite'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// install: meteor npm install meteor-vite vite\n// create vite.config.ts in project root\nimport meteorVite from 'meteor-vite';\nimport { defineConfig } from 'vite';\n\nexport default defineConfig({\n  plugins: [meteorVite()],\n  // optional: configure Vite options\n  resolve: {\n    alias: {\n      '/imports': '/imports',\n    },\n  },\n});","lang":"typescript","description":"Creates a basic Vite config for Meteor project using meteor-vite plugin.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}