danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
428 stars 44 forks source link

casualjs leads to build error #12

Closed Sshnyari closed 7 years ago

Sshnyari commented 7 years ago

is there a way to make casualjs optional ? It doesn't work in a browser. casualjs-browserify works though (see issue: https://github.com/boo1ean/casual/issues/20)

It is true that generating massive mock data in a client app isn't optimal, but it works very well for smaller test sets

danibram commented 7 years ago

Hi! First of all thanks for the help of improving this module, yep you are right, i have multiple option:

I think the best solution is to use the fork temporarily, because of the purpose of this module, i published right now the version 2.0.2 with that change, tell me if it is fixed Thanks

Sshnyari commented 7 years ago

Yep, that solved it. Thanks