zen-example
zen-example copied to clipboard
Configuration Example
Can you implement how configuration would be used in the Zen component? Such as bringing in the api base path "https://api.github.com" from ~/config/_base.js
I tried adding import config from '../../../../config';
to modules/zen.js
but that didn't work. :-/