Why deprecated bs-loader

bsb

#1

What are the advantages of bsb compared to bs-loader?


#2

Simplicity: creation/maintenance of dedicated plugins per build system (web pack, rollup, etc) is O(# of build systems) work, whereas outputting js in the src locations is O(1) work, which every build system can consume just fine.

Performance: by keeping control of file watching, dependencies, and so on, bsb has the chance to deliver better performance than might result from being called per-file from another tool.