create-react-app or Custom Webpack config?
Slick3gz
Posted on January 17, 2019
Been working with React/Redux over the past month or so. Last night, I was finishing up a streaming app that uses Node Media Server and ran into a CORS problem π€¦ββοΈ. After searching Google for a little while and trying a few different options (without success), I finally decided to call it a night π₯΅. Waking up still a little π₯Ί, I remember some of the potential solutions involving a Webpack config, I decided to investigate a little more. Started playing with some Webpack configs in isolation. This got me thinking about create-react-app using webpack under the hood.
Just wondering if devs let create-react-app take care of everything or you have your own React webpack config?
Posted on January 17, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
September 13, 2024