File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ module.exports = function(publicPath) {
156
156
// ZEAL: Add support for CSS Modules and SASS
157
157
{
158
158
test : / \. c s s $ / ,
159
- loader : 'style!css?importLoaders=1&modules=1&url=false !postcss'
159
+ loader : 'style!css?importLoaders=1!postcss'
160
160
} ,
161
161
{
162
162
test : / \. s c s s $ / ,
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ module.exports = {
155
155
// including CSS. This is confusing and will be removed in Webpack 2:
156
156
// https://github.com/webpack/webpack/issues/283
157
157
// ZEAL: Add support for css modules
158
- loader : ExtractTextPlugin . extract ( 'style' , 'css?modules& importLoaders=1&url=false &-autoprefixer!postcss' )
158
+ loader : ExtractTextPlugin . extract ( 'style' , 'css?importLoaders=1&-autoprefixer!postcss' )
159
159
// Note: this won't work without `new ExtractTextPlugin()` in `plugins`.
160
160
} ,
161
161
{
You can’t perform that action at this time.
0 commit comments