Skip to content

Commit

Permalink
Add solution to fix asset:precompile rake error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-chavez committed Jul 9, 2024
1 parent 24d21c5 commit b5d239f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 226 deletions.
6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"vis-data": "^7.1.2",
"vis-network": "^9.0.4",
"vis-timeline": "^7.4.9",
"webpack": "^4.42.1",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.11",
"yup": "^0.32.9"
},
Expand Down Expand Up @@ -183,6 +183,8 @@
"resolutions": {
"kind-of": ">=6.0.3",
"ws": "^1.1.5",
"prismjs": "^1.21.0"
"prismjs": "^1.21.0",
"docpress/**/lodash": "^4.17.10",
"terser-webpack-plugin": "^4.2.3"
}
}
Loading

0 comments on commit b5d239f

Please sign in to comment.