mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
Add note about purpose of entry-meteor.js files.
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user