CORS issue with Twitter api calls in Webpack dev server
I'm running into an issue getting responses from the twitter api (using npm package Twitter). In Chrome I am getting: Failed to load https://api.twitter.com/1.1/search/tweets.json?q=node.js: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the…