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
and while running react-toolbox-themr command from console I got following as output
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
inbin/builder.js
online No 52
and while running
react-toolbox-themr
command from console I got following as outputwith external config file: an empty object i.e
{}
where as with config written in package.json
this is basically the exact config I gave