Meteor as a build tool

As of late, I’ve found that my favorite part of Meteor is it’s build system. Bootstrapping a project is as simple as meteor create, compared to the multiple configs needed for a modern Webpack setup.

Is there any work in progress to abstract just Meteor’s build system into a standalone product? I’d love to be able to use it similar to create-react-app, where one command sets up the development environment, and the user can then npm eject from create-react-app whenever they please.

1 Like

This topic is discussed in the Transmission #20 podcast.