react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox
MIT License
240 stars 24 forks source link

External config file not working #51

Closed anshulsahni closed 6 years ago

anshulsahni commented 7 years ago

The changes are not getting reflected when I write customProperties in an external config file while everything is fine when config is written in package.json

Just to investigate the issue I placed a console.log in bin/builder.js on line No 52

image

and while running react-toolbox-themr command from console I got following as output

with external config file: an empty object i.e {}

where as with config written in package.json image

this is basically the exact config I gave

anshulsahni commented 7 years ago

any update ??