experimatt / omg-react

An OMG Transit react proof-of-concept
1 stars 0 forks source link

Eject create-react-app #11

Open experimatt opened 6 years ago

experimatt commented 6 years ago
experimatt commented 6 years ago

Per sampson, add this to the webpack config to fix the sass loader

{
  test: /\.scss$/,
  include: paths.appSrc,
  loaders: ["style-loader", "css-loader", "sass-loader"]
},