Github code: https://rb.gy/r1tjme
What you'll get in this webpack configuration for the React App?
Below the list is given:
- dev and production environment separation
- project structure like create-react-app
- sass config
- HTML template
- PWA Feature config
- CSS and JS minification
- hashing
- file loader and much more
Note: I use this webpack config in one of my project which is hariSalon React App
Top comments (1)
For the babel config you can add some plugins like
transform-react-remove-prop-types
, and also add jest config for testing