Jørgen Vatle
Jørgen Vatle
Just a small change that makes the `service` const available to all service-level tests, instead of only using it in the "registered the service". test. I find this approach particularly...
Made the readme's `Usage` code block a bit easier to read by setting block language to ES6.
Added support for users who wish to keep their generated files in a custom non-root directory.
The `meteor-vite` npm package in the Vue skeleton app was a bit too out of date to function correctly with the associated `jorgenvatle:vite-bundler` Atmosphere package version. The Atmosphere package now...
The ability to retrieve a collection by name should ease with some edge cases where package authors rely on shims for the `Mongo.Collection` module in order to add functionality. As...
### Try the preview build You can check the latest available version on [Packosphere](https://packosphere.com/jorgenvatle/vite-bundler) ```sh npm i meteor-vite@next # Meteor v3 meteor add jorgenvatle:[email protected] # Meteor v2 meteor add jorgenvatle:[email protected]...
While building for production, Meteor-Vite creates a temporary Meteor project to analyze package exports for the final production bundle. The source project's `node_modules` and local Meteor `packages` directories are symlinked...
Happens when a Vite config change triggers a restart of the dev server. A manual restart of the Meteor server should fix the issue until a fix is in place.