Skip to content

create-react-app → webpack config

jedmund requested to merge github/fork/meyer/remove-cra into master

Created by: meyer

  1. SASS files are imported directly, removing the need for a separate SASS compilation step
  2. Minimal webpack config replaces CRA. it’s not 100% the same, of course, but it’s just the things you need.
  3. I moved AlbumArt to Player to keep both data/now-playing imports 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.

Merge request reports

Loading