Creating NPM packages using Meteor build system

Hi, I’m thinking about creating a new version of the Astronomy package that would not be so heavily dependent on Meteor packages and would be published to NPM instead Atmosphere. I would like to use ES2016, so I will probably have to use Webpack for that. However, it would be great if we could use Meteor build tools to develop NPM packages. So question to MDG is if you ever considered creating such a feature? Thanks to that many developers developing packages not only for Meteor could use Meteor to develop packages without all the hassle of configuring lets say webpack. Meteor could become platform not only to create modern JS apps but also JS packages. I’ve been looking for similar topic/issue on forums and GitHub but haven’t found anything. What do you think about it? Maybe there is a way of achieving that already?

1 Like