ladda-js / ladda

JavaScript data fetching layer with caching
https://petercrona.gitbooks.io/ladda/content/
MIT License
112 stars 16 forks source link

Validations #22

Closed LFDM closed 7 years ago

LFDM commented 7 years ago

Check if ladda configuration is valid on build time - logs errors to the console if defects are discovered.

This code will not execute in a production NODE_ENV - if people uglify their code and use webpack properly, it will also get removed, so that we keep the code size small.