devlucky / Kakapo.js

:bird: Next generation mocking framework in Javascript

Home Page:http://devlucky.github.io/kakapo-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce bundle size

zzarcon opened this issue · comments

Current bundle size is 1,5MB 😢
screen shot 2018-05-08 at 6 27 28 pm

There are 2 obvious dependencies that take most of it:

  • faker: 1MB => We can probably think about not bundling faker with the lib
  • lodash: 0.5MB => We must only bundle the utilities we actually use