Skip to content

Commit 7794a08

Browse files
committed
fix: removed misplaced sourceMap in postcss-loader for s[ac]ss
1 parent 2f88e66 commit 7794a08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ module.exports = {
254254
ident: 'postcss',
255255
plugins: () => [
256256
require('postcss-flexbugs-fixes'),
257-
sourceMap: shouldUseSourceMap,
258257
autoprefixer({
259258
browsers: [
260259
'>1%',

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tandem.ly/react-scripts",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Tandem.ly Custom Configuration and scripts for Create React App.",
55
"repository": "Tandemly/create-react-app",
66
"license": "MIT",

0 commit comments

Comments
 (0)