Skip to content

Commit

Permalink
Move webpack from devDependencies to dependencies
Browse files Browse the repository at this point in the history
Heroku doesn't install devDependencies, apparently.
  • Loading branch information
mikegee committed Oct 23, 2024
1 parent 76ed5b1 commit 2433b8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"toastr": "^2.1.4",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"turbolinks": "^5.2.0",
"webpack-dev-server": "^3.11.0"
}
},
"version": "0.1.0"
}

0 comments on commit 2433b8b

Please sign in to comment.