I was taking a look at a few packages I’d previously used in old Meteor apps, and a bunch of them haven’t been updated for a few years (Astronomy, being one of them)…
Which packages are still good to use…? Should I relinquish myself from the Meteor package system for anything other than core packages, and just stick to npm?
@awatson1978 How do you work around this with Meteor’s build system? I just found myself wanting to import stylus files via Node imports, but unfortunately it doesn’t look like the ecosystem supports that.
It’s possible that using the JS imports doesn’t work from npm folders without explicitly telling Meteor that you want it to re-compile that module using meteor.nodeModule.recompile: https://guide.meteor.com/using-npm-packages.html#recompile
I haven’t used my own lib in quite some time, so I’m not sure if there’s any issues with newer Meteor versions. I’ve been thinking of making a simplified version of the stylus build plugin which doesn’t include all the extra stylus libs. They tend to just add clutter and can significantly slow builds on large projects using v2 of the plugin