It's not too clear how (if) support for bundling multiple entry-points can be done with purs-loader. Currently for each entry point, it chucks all the ps in, leading to separate ps bundles being given a lot of unnecessary code that isn't present when just a single entrypoint is specified. This would be quite a nice feature.