Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 98d3959

Browse files
author
Dominik Rowicki
authored
Merge pull request #44 from phoulgaux/fix-postcss-discarded-sourcemap-warn
Removes the source PostCSS warnings on discarding the source maps
2 parents 2ce6433 + 280cc1f commit 98d3959

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ module.exports = {
236236
},
237237
{
238238
loader: require.resolve('sass-loader'),
239-
options: {
240-
sourceMap: true,
241-
},
242239
},
243240
],
244241
},

0 commit comments

Comments
 (0)