Skip to content

Commit 5d4c6be

Browse files
committed
fix: update source-map-loader
Addresses error with nth-check source-map parsing: webpack-contrib/source-map-loader#186
1 parent 8987ffc commit 5d4c6be

File tree

2 files changed

+1159
-2923
lines changed

2 files changed

+1159
-2923
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"npm-run-all": "^4.1.5",
9494
"prettier": "^2.1.1",
9595
"rimraf": "^3.0.2",
96+
"source-map-loader": "^4.0.1",
9697
"stylelint": "^14.3.0",
9798
"stylelint-config-prettier": "^9.0.4",
9899
"stylelint-config-recommended": "^6.0.0",
@@ -103,7 +104,7 @@
103104
"typescript": "~4.1.3"
104105
},
105106
"peerDependencies": {
106-
"react": "^17.0.1"
107+
"react": "^17.0.1"
107108
},
108109
"sideEffects": [
109110
"style/*.css",

0 commit comments

Comments
 (0)