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

Commit 280cc1f

Browse files
author
Piotr Balbier
committed
Disables generating source maps in PostCSS config
1 parent 2ce6433 commit 280cc1f

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)