thingy
I stopped bundling third-party stuff and just CDN everything; you know, old fashion script tags and all. Like it's 1999
My code is ES6 modules, and that I do bundle with rollup. No grunt/gulp
It works beautifully.
any thoughts on why any of this is bad? 😊
Nah, rollup is cool
I dislike ESM. Otherwise it's fine. ESM: > exports (mutable) module bindings rather than reference > does not interop with CommonJS > requires special file extension
Обсуждают сегодня