Skip to content

Commit

Permalink
Merge pull request #103 from pulibrary/fixing-rails-yarn
Browse files Browse the repository at this point in the history
Fixing webpack-dev-server in response to rails/rails#43062
  • Loading branch information
carolyncole committed Sep 12, 2023
2 parents 73be4c1 + 5877516 commit 251ef61
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 453 deletions.
5 changes: 4 additions & 1 deletion package.json
@@ -1,11 +1,14 @@
{
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@rails/webpacker": "5.4.3",
"glob-parent": "^5.1.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^4.2.1"
"@webpack-cli/serve": "^2.0.5",
"webpack-dev-server": "3.11.2"
}
}

0 comments on commit 251ef61

Please sign in to comment.