create-react-app → webpack config
Created by: meyer
- SASS files are imported directly, removing the need for a separate SASS compilation step
- Minimal webpack config replaces CRA. it’s not 100% the same, of course, but it’s just the things you need.
- I moved AlbumArt to Player to keep both
data/now-playingimports in the same file.
I also ran prettier with some jedmund-specific settings:
- tabWidth: 4
- semi: false
- traililngComma: 'none'
I haven‘t removed anything from package.json (except for some scripts). just added what I needed.