Skip to content

Commit

Permalink
bundle exec rails webpacker:install
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Oct 17, 2023
1 parent 57412fa commit fbe4174
Show file tree
Hide file tree
Showing 3 changed files with 1,396 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ development:
compile: true

# Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules
check_yarn_integrity: false
check_yarn_integrity: true

# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"@rails/webpacker": "^5.4.0",
"node-gyp": "^9.4.0",
"turbolinks": "^5.2.0",
"yarn": "^1.22.10"
"yarn": "^1.22.19"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.1"
"webpack-dev-server": "^4.15.1"
}
}
Loading

0 comments on commit fbe4174

Please sign in to comment.