You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to include remote resources (ex: font-awesome hosted on CDN) but it doesn't seem to support this functionality yet. I've tried both adding http://{URL} and //{URL} to config.includes but the desired URL is always appended to the entry component's root URL. (ex: http://localhost:1618/build/famous-demos~twitter~app/famous-demos/twitter/{URL})
The text was updated successfully, but these errors were encountered:
I'd like to include remote resources (ex: font-awesome hosted on CDN) but it doesn't seem to support this functionality yet. I've tried both adding
http://{URL}
and//{URL}
toconfig.includes
but the desired URL is always appended to the entry component's root URL. (ex:http://localhost:1618/build/famous-demos~twitter~app/famous-demos/twitter/{URL}
)The text was updated successfully, but these errors were encountered: