Skip to content

Instantly share code, notes, and snippets.

View kostysh's full-sized avatar

Kostiantyn Smyrnov kostysh

View GitHub Profile
@xiaoxiangmoe
xiaoxiangmoe / config-overrides.js
Created November 5, 2017 10:27
react-app-rewired with css-modules and scss
/* config-overrides.js */
const rewired = require('react-app-rewired');
function contailCSSLoader(obj) {
const reg = /css-loader/;
if (typeof obj === 'string') {
return reg.test(obj);
}