Skip to content

Commit ec6cf8d

Browse files
Enforce webpack version to prevent dependency failures
1 parent 484031d commit ec6cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"request": "^2.88.0",
5959
"semantic-ui-react": "^1.2.1",
6060
"three": "^0.109.0",
61-
"webpack": "^4.41.0",
61+
"webpack": "4.41.0",
6262
"yargs-parser": "^19.0.1"
6363
},
6464
"scripts": {

0 commit comments

Comments
 (0)