I use own simple approach.
"Vanilla" CSS with PostCSS + CSSNext . You don't need a preprocessor anymore.
Vanilla ES6 using few small libraries and BunnyJS.
And to bundle CSS and JS, also version files for production I just made own Bunny Assets Builder since setting up all those build tools, especially babel is pain in the butt.
That's all.