Cerberus

Results 6 comments of Cerberus

Hello @vladinator1000. As I see your `tsconfig.json`, you have set `"module": "commonjs"` that not supported tree-shaking. Could you try `"module": "esnext"` instead ?

(Seem like this project really bundles a lot of dependencies.) Anyway, with a quick looking. I have some suggestions. 1. Could you try to change all importing from `/dist` to...

By the way, I'm the one who start build a project with typescript that scratch from this boilerplate too. With a few general dependencies, It take lower than 1 MB....

I've forked `apollo` repo to implement this for workaround. (In case you are interested) https://github.com/Cerberus/apollo-persisted-hash The result: top half is chrome screen-shot on network tab and the another one is...

thx @dmiranda2791 for your example, I'd used mocha too. And this is my configs (may helps someone else) There are both js & ts files on my project. package.json ```...