sheerun/modern-node

Build and publish tooling

Opened this issue · 3 comments

@sheerun

Considering the tagline is:

All-in-one development toolkit for creating node modules...

How do you feel about incorporating build/publish tooling, something along the lines of pack?

There was one at the very beginning but I've removed it because I felt there is no industry-standard for it yet. Just, Prettier, and Eslint are used by everyone now.

Besides there is no need to build anything before publishing if you just write modern node and use require instead of import. I feel this is the best practice now.

I see, fair enough. Thanks!