Add note about purpose of entry-meteor.js files.

This commit is contained in:
Jørgen Vatle
2025-07-06 19:03:13 +03:00
parent 93b799b8ed
commit 1164ac728d
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Entrypoint for the Meteor client
// Generally, this file can be left empty. Vite will add imports for
// lazy-loaded Meteor packages to this file to ensure they are included in your
// final production bundle.
// This can also be a good place to put code that you don't want Vite to
// process, for example, if you run into a compatability issue or need to use
// nested imports.

View File

@@ -0,0 +1,8 @@
// Entrypoint for the Meteor server
// Generally, this file can be left empty. Vite will add imports for
// lazy-loaded Meteor packages to this file to ensure they are included in your
// final production bundle.
// This can also be a good place to put code that you don't want Vite to
// process, for example, if you run into a compatability issue or need to use
// nested imports.