carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Use source of faker.js instead of "compiled" one. #336

Closed FezVrasta closed 8 years ago

FezVrasta commented 8 years ago

This warning comes out when you use Carte Blanche, it's a bit annoying, maybe suppress it or do what it says?

WARNING in ./~/faker/build/build/faker.js
Critical dependencies:
1:436-443 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
 @ ./~/faker/build/build/faker.js 1:436-443
nikgraf commented 8 years ago

Yeah, we had troubles when importing faker directly, but didn't investigate much.

@FezVrasta interested to investigate here?

FezVrasta commented 8 years ago

I'll look at it tomorrow probably.