You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
Now that #135 has been implemented with meteor.mainModule in package.json, it would be great to have a command line flag (--with-main-module) to be used when creating a Meteor project. This would allow you to easily get started with a project that doesn't have eagerly loaded files.
The text was updated successfully, but these errors were encountered:
Are you trying to create a Meteor project from an existing Node project directory? The default meteor create and meteor create --minimal apps come with meteor.mainModule and meteor.testModule out of the box, now.
Now that #135 has been implemented with
meteor.mainModule
inpackage.json
, it would be great to have a command line flag (--with-main-module
) to be used when creating a Meteor project. This would allow you to easily get started with a project that doesn't have eagerly loaded files.The text was updated successfully, but these errors were encountered: